{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Schemas API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Schemas", "type": "folder" }, "items": [ { "info": { "name": "Validate entity schema", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/schemas/:entityName/validate", "params": [ { "name": "entityName", "value": "", "type": "path", "description": "The name of the entity" }, { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Validate schema for an entity" }, { "info": { "name": "Get partial schema", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/schemas/partials/:partialType", "params": [ { "name": "partialType", "value": "", "type": "path", "description": "The type of a partial" }, { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." } ] }, "docs": "Get the schema for a partial" } ] } ], "bundled": true }