Application Schemas

application_schemas

Methods

Get Application Schemas -> Record<string, >
get/v4/application-schemas

Get Application Schemas

Security
API Key Header

Example: x-api-key: My API Key

Parameters
version:

An enum representing the version states of an application and its nodes' schemas. Attributes: V0: The initial version of an application schema. AGENTS_SERVICE: Application schema references egp_services definition.

"OFFLINE"
"V0"
"AGENTS_SERVICE"
Request example
200Example

Domain types

ApplicationNodeSchemaRegistryRecord = { id, name, nodeSchema, 3 more... }