{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/custom-indicator-feeds_indicator_feed_metadata_response", "title": "custom-indicator-feeds_indicator_feed_metadata_response", "allOf": [ { "$ref": "#/components/schemas/custom-indicator-feeds_api-response-single" }, { "properties": { "result": { "$ref": "#/components/schemas/custom-indicator-feeds_indicator_feed_metadata" } } } ] }