{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IdentitySet", "title": "IdentitySet", "type": "object", "description": "A set of identities associated with various events for a resource", "properties": { "application": { "$ref": "#/components/schemas/Identity" }, "device": { "$ref": "#/components/schemas/Identity" }, "user": { "$ref": "#/components/schemas/Identity" } } }