FileList schema from Apache ORC
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-orc/refs/heads/main/json-schema/apache-orc-file-list-schema.json", "title": "FileList", "description": "FileList schema from Apache ORC", "type": "object", "properties": { "files": { "type": "array", "items": { "$ref": "#/components/schemas/FileInfo" } } } }