metadata

The version of the format.

In the VisionAI format, the "metadata" field is used to describe the version of the format.

Schema

Example

"metadata": {
    "schema_version": "1.0.0"
}

metadata {}

namedescriptiontyperequired

schema_version

The version string of this schema. In order to pass the JSON validation of open-label, the schema version format will be “1.0.0"

string

true

Version History

#1.0.0

The 1st release version of VisionAI format.

Last updated