solarOSsolarOS Docs

Get the Project Template manifest JSON Schema

Returns the JSON Schema contract for project template manifests. This legacy manifest endpoint requires a valid organization API key and is retained for template automation clients.

GET
/manifests/schema

Returns the JSON Schema contract for project template manifests. This legacy manifest endpoint requires a valid organization API key and is retained for template automation clients.

Authorization

Authorization<token>

Organization API key. Format: Bearer sk_live_...

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/manifests/schema"
{  "data": {},  "meta": {    "requestId": "string",    "version": "v1",    "timestamp": "2019-08-24T14:15:22Z",    "rateLimit": {      "limit": 0,      "remaining": 0,      "reset": 0    }  }}