{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/custom-indicator-feeds_create_feed", "title": "custom-indicator-feeds_create_feed", "example": { "description": "example feed description", "name": "example_feed_1" }, "properties": { "description": { "$ref": "#/components/schemas/custom-indicator-feeds_description" }, "name": { "$ref": "#/components/schemas/custom-indicator-feeds_name" } } }