{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IdentitySet", "title": "IdentitySet", "type": "object", "properties": { "application": { "$ref": "#/components/schemas/Identity" }, "device": { "$ref": "#/components/schemas/Identity" }, "user": { "$ref": "#/components/schemas/Identity" } } }