{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CredentialAlias", "title": "CredentialAlias", "type": "object", "properties": { "domain": { "type": "string", "example": "example_value" }, "alias": { "type": "string", "example": "example_value" }, "userid": { "type": "string", "example": "500123" } } }