-
Notifications
You must be signed in to change notification settings - Fork 0
ARDF JSON
Pavel Kolský edited this page Nov 29, 2024
·
3 revisions
ARDF JSON is a data format for storing ARDF competition data. The goal of the format is to provide a unified way for storing ARDF data in a human and machine readable way. The recommended file ending is .ardfjs
The current version of the format is 1.0. The exact specification can be found here.
ARDF Manager does not use some of the specified fields and ignores them when importing.
Json schema is a standard way of describing desired structure of JSON data, which can be later used for validation. More information can be found here.