{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CredentialAliasList", "title": "CredentialAliasList", "type": "object", "properties": { "aliases": { "type": "array", "items": { "$ref": "#/components/schemas/CredentialAlias" }, "example": [] } } }