Skip to content

definition

FieldValue
Prefixdefinition
Namespace constantDefinitionNamespace
Subjects constantDefinitionSubjects
Kindbus
Schema recordDefinitionSchemas
Tierframework
Package@makaio/services-core
Defined inpackages/services/core/src/definition/namespace.ts
KeyWireTypeSchema
getConfigSchemadefinition.getConfigSchemarpcschemas.ts
getCredentialSchemadefinition.getCredentialSchemarpcschemas.ts

Get the JSON Schema for a provider definition’s config fields.

Subject: definition.getConfigSchema Type: Request (RPC)

Request:

FieldTypeRequired
definitionIdstringyes

Response:

FieldTypeRequired
hasSchemabooleanyes
schemaRecord<string, unknown> | nullyes

Get the JSON Schema for a provider definition’s credential fields.

Subject: definition.getCredentialSchema Type: Request (RPC)

Request:

FieldTypeRequired
definitionIdstringyes

Response:

FieldTypeRequired
hasSchemabooleanyes
schemaRecord<string, unknown> | nullyes

Auto-generated by yarn docs:bus. Do not edit manually.