{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/custom-indicator-feeds_indicator_feed_item", "title": "custom-indicator-feeds_indicator_feed_item", "example": { "created_on": "2023-05-12T12:21:56.777653Z", "description": "example feed description", "id": 1, "is_attributable": false, "is_downloadable": false, "is_public": false, "modified_on": "2023-06-18T03:13:34.123321Z", "name": "example_feed_1" }, "properties": { "created_on": { "description": "The date and time when the data entry was created", "format": "date-time", "type": "string" }, "description": { "$ref": "#/components/schemas/custom-indicator-feeds_description" }, "id": { "$ref": "#/components/schemas/custom-indicator-feeds_id" }, "is_attributable": { "$ref": "#/components/schemas/custom-indicator-feeds_is_attributable" }, "is_downloadable": { "$ref": "#/components/schemas/custom-indicator-feeds_is_downloadable" }, "is_public": { "$ref": "#/components/schemas/custom-indicator-feeds_is_public" }, "modified_on": { "description": "The date and time when the data entry was last modified", "format": "date-time", "type": "string" }, "name": { "$ref": "#/components/schemas/custom-indicator-feeds_name" } } }