{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserEndpointType", "title": "UserEndpointType", "type": "object", "required": [ "id", "type" ], "properties": { "id": { "type": "string", "example": "Y2lzY29zcGFyazovL3VybjpURUFNOnVzLWVhc3QtMV9pbnQxMy9DQUxMSU5HX0RFVklDRS85MGQyMmM0Yy0wMGI3LTQ4YzAtYjUwNi0yM2UwY2E2MTlkYmM", "description": "Unique identifier of the endpoint." }, "type": { "$ref": "#/components/schemas/EndpointType", "description": "Type of the endpoint." } } }