{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CredentialAlias", "type": "object", "properties": { "domain": { "type": "string" }, "alias": { "type": "string" }, "userid": { "type": "string" } } }