APIs.io Engineering Platform · Schema
custom-indicator-feeds_permission_list_item
APIs.ioEngineeringPlatform
Properties
| Name | Type | Description |
|---|---|---|
| description | object | |
| id | object | |
| is_attributable | object | |
| is_downloadable | object | |
| is_public | object | |
| name | object |
JSON Schema
{
"$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"
}
}
}