{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/custom-indicator-feeds_permission_list_item", "title": "custom-indicator-feeds_permission_list_item", "properties": { "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" }, "name": { "$ref": "#/components/schemas/custom-indicator-feeds_name" } } }