{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/custom-indicator-feeds_update_feed", "title": "custom-indicator-feeds_update_feed", "properties": { "file_id": { "description": "Feed id", "example": 1, "type": "integer" }, "filename": { "description": "Name of the file unified in our system", "example": "snapshot_file.unified", "type": "string" }, "status": { "description": "Current status of upload, should be unified", "example": "unified", "type": "string" } } }