Schemas
OpenAPI operations for user and configuration schemas.
Schemas define typed data shapes used by user profiles and other configurable resources.
Set user password PUT
Previous Page
Create new schema POST
Create a new schema. The optional `$id` field is the JSON Schema document URI used to identify the schema in future requests (GitOps-stable identity, not a free-form resource primary key). When `$id` is omitted, the server generates a `sch_*` URL. When provided, `$id` must be unique within the project and should ideally be a valid URI pointing at where the schema can be accessed. The schema can either be a concrete schema, e.g. a user schema, or a schema-url which will be resolved by the server.