{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_app_id", "title": "access_app_id", "oneOf": [ { "$ref": "#/components/schemas/access_identifier" }, { "$ref": "#/components/schemas/access_uuid" } ] }