APIs.io Engineering Platform · Schema
custom-indicator-feeds_indicator_feed_metadata
APIs.ioEngineeringPlatform
Properties
| Name | Type | Description |
|---|---|---|
| created_on | string | The date and time when the data entry was created |
| description | object | |
| id | object | |
| is_attributable | object | |
| is_downloadable | object | |
| is_public | object | |
| latest_upload_status | string | Status of the latest snapshot uploaded |
| modified_on | string | The date and time when the data entry was last modified |
| name | object | |
| provider_id | object | |
| provider_name | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/custom-indicator-feeds_indicator_feed_metadata",
"title": "custom-indicator-feeds_indicator_feed_metadata",
"example": {
"created_on": "2023-05-12T12:21:56.777653Z",
"description": "example feed description",
"id": 1,
"is_attributable": false,
"is_downloadable": false,
"is_public": false,
"latest_upload_status": "Complete",
"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"
},
"latest_upload_status": {
"description": "Status of the latest snapshot uploaded",
"enum": [
"Mirroring",
"Unifying",
"Loading",
"Provisioning",
"Complete",
"Error"
],
"type": "string"
},
"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"
},
"provider_id": {
"$ref": "#/components/schemas/custom-indicator-feeds_provider_id"
},
"provider_name": {
"$ref": "#/components/schemas/custom-indicator-feeds_provider_name"
}
}
}