ScalepointDeveloper Portal

Get Output Schema

GET
/api/Schemas/output/{key}
Authorization<token>

Please enter JWT with Bearer into field

In: header

Path Parameters

key*string

Response Body

curl -X GET "https://example.com/api/Schemas/output/string"
{  "schemaVersion": "string",  "valid": true,  "reference": "string",  "id": "string",  "type": 0,  "default": {},  "properties": {    "property1": {},    "property2": {}  },  "items": [    {}  ],  "itemsPositionValidation": true,  "required": [    "string"  ],  "allOf": [    {}  ],  "anyOf": [    {}  ],  "oneOf": [    {}  ],  "if": {},  "then": {},  "else": {},  "not": {},  "contains": {},  "propertyNames": {},  "enum": [    {}  ],  "const": {},  "uniqueItems": true,  "minimumLength": 0,  "maximumLength": 0,  "minimum": 0.1,  "maximum": 0.1,  "exclusiveMinimum": true,  "exclusiveMaximum": true,  "minimumItems": 0,  "maximumItems": 0,  "minimumProperties": 0,  "maximumProperties": 0,  "contentEncoding": "string",  "contentMediaType": "string",  "writeOnly": true,  "readOnly": true,  "extensionData": {    "property1": {},    "property2": {}  },  "title": "string",  "description": "string",  "multipleOf": 0.1,  "pattern": "string",  "dependencies": {    "property1": {},    "property2": {}  },  "additionalProperties": {},  "patternProperties": {    "property1": {},    "property2": {}  },  "allowAdditionalProperties": true,  "additionalItems": {},  "allowAdditionalItems": true,  "format": "string",  "validators": [    {}  ]}