v1

latestOpenAPI 3.0.02026-08-062441107.9 KB
Schemas

Get schema

Get a schema given its schema ID.

get/schemas/{schemaId}

Path parameters

schemaIdstring required

The ID of the schema.

Headers

slb-data-partition-idstring required

Data partition id.

Response

Retrieved schema successfully.

idstring required

The unique idenitifer for the schema.

type'JSON' required

The type of schema, for instance JSON schema.

definitionobject required

The schema definition.

Example response

{
  "id": "planning:fdplan:result-set:0.0.1",
  "type": "JSON",
  "definition": {}
}