System Schema APIs
Last updated
Was this helpful?
Endpoints for managing Guardian system schemas — predefined schema types used internally by the platform.
Authentication: Bearer token required (Authorization: Bearer <token>)
GET
/api/v1/schemas/system/{username}
Returns system schemas for the specified user
Yes
POST
/api/v1/schemas/system/{username}
Creates a new system schema
Yes
DELETE
/api/v1/schemas/system/{schemaId}
Deletes a system schema
Yes
PUT
/api/v1/schemas/system/{schemaId}
Updates a system schema
Yes
PUT
/api/v1/schemas/system/{schemaId}/active
Publishes (activates) a system schema
Yes
GET
/api/v1/schemas/system/entity/{schemaType}
Returns a system schema by type
Yes
Last updated
Was this helpful?
Was this helpful?