Add additional file types ready for declaration
All checks were successful
Generate and Release Protos / release (push) Successful in 30s

This commit is contained in:
2026-01-13 18:40:16 +00:00
parent 817c338745
commit a927ccc732

View File

@@ -19,8 +19,8 @@
}, },
"data_kind": { "data_kind": {
"type": "string", "type": "string",
"enum": ["pis", "cif"], "enum": ["pis", "timetable", "knowledgebase"],
"description": "The data type contained in the file" "description": "The data type contained in the file. Currently supported PIS: PIS Data, Timetable: CIF or VSTP Data, Knowledgebase: Station Data"
}, },
"payload": { "payload": {
"type": "object", "type": "object",