HW L2 Json Schema

Type: object

HW L2 Json Schema, Schema Version 1.0

Type: object

Contains general information of the hardware json files for client load.

Type: string

Title of what the json file is using for.

Type: string

Version of content, most used for CDN control.

Type: string

The build number of the file. Set a unique higher value will force the client to download this version over the existing one.

Type: string

Schema Version of this Json Schema. It should match the client compatibility.

Additional Properties of any type are allowed.

Type: object

Type: array of object

objects of series’ name and uri to the L3 files.

No Additional Items

Each item of this array must be:

Type: object

Type: string

The id of the series.


Examples:

"JETSON_AGX_ORIN_TARGETS"
"JETSON_ORIN_NANO_TARGETS"
"SWITCH_2XXX_TARGETS"

Type: string

The uri to the L3 Json of this series.


Examples:

"https://"
"http://"
"local path as /"
"relative path to this file location ./"

Additional Properties of any type are allowed.

Type: object

Additional Properties of any type are allowed.

Type: object