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 schema definition must include a unique $id field, which will be used to identify the schema in future requests. The $id must be a valid URI and should ideally point to the location 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.