SW L1 Json Schema

Type: object

SW L1 Json Schema, Schema Version 22.0

No Additional Properties

Type: object

Contains general information of the software L1 json files for client load.

No Additional Properties

Type: string

Title of what the json file is using for.

Type: string

Version of content, most used for CDN control.

Type: number

Revision of the L1 json file.

Type: string

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

Type: array of object

Objects of products’ name and uri to the L2 files

No Additional Items

Each item of this array must be:

Type: object
No Additional Properties

Type: string

The name of the product category.


Examples:

"Jetson"
"Holoscan"
"DRIVE"
"DOCA"
"Switch"
"Aerial"

Type: array of object

Contains general information related to the product.

No Additional Items

Each item of this array must be:

Type: object
No Additional Properties

Type: string

Operating system the product supports.


Examples:

"Linux"
"QNX"

Type: string

Type of the product, normally empty.

Type: array of string

The types of the server for login and load data.

No Additional Items

Each item of this array must be:


Examples:

[
    "DEVZONE"
]
[
    "PID",
    "DEVZONE"
]

Type: string

Link to the release L2 json for this product


Examples:

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