{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_name_response", "title": "access_name_response", "allOf": [ { "$ref": "#/components/schemas/access_api-response-single" }, { "properties": { "result": { "properties": { "name": { "$ref": "#/components/schemas/access_tags_components-schemas-name" } }, "type": "object" } }, "type": "object" } ] }