System Schema APIs
Last updated
Was this helpful?
The System Schemas APIs provide endpoints for managing Guardian built-in system schemas, such as Standard Registry, User, Policy, and Token schemas that underpin the platform's own data structures.
Base URL: /api/v1/schemas/system
POST
/schemas/system/{username}
Creates a new system schema
Yes
GET
/schemas/system/{username}
Returns system schemas by username
Yes
PUT
/schemas/system/{schemaId}
Updates the specified system schema
Yes
PUT
/schemas/system/{schemaId}/active
Makes the schema active (publishes it)
Yes
DELETE
/schemas/system/{schemaId}
Deletes the specified system schema (async)
Yes
GET
/schemas/system/entity/{schemaEntity}
Returns the active schema for the given entity type
Yes
GET
/schemas/type/{schemaType}
Returns schema by JSON document type string
Yes
Last updated
Was this helpful?
Was this helpful?