{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApplicationOwner", "title": "ApplicationOwner", "type": "object", "properties": { "type": { "$ref": "#/components/schemas/ApplicationOwnerType" }, "id": { "$ref": "#/components/schemas/ApplicationOwnerId" } }, "additionalProperties": false, "required": [ "type", "id" ] }