2 "$schema": "https://json-schema.org/draft/2020-12/schema",
3 "$id": "https://nvidia.com/dw/schedule.schema.json",
4 "title": "DriveWorks Node WCETs Descriptor",
5 "description": "The descriptor of sets of WCETs for DriveWorks nodes. The order of sets should be alphabetical.",
7 "additionalProperties": false,
9 "^([a-ZA-Z][a-zA-Z0-9_]*|\\*)$": {
10 "description": "The key is the set identifier. The value contains a mapping from pass names to WCETs. The order of pass names should be alphabetical.",
12 "additionalProperties": false,
13 "patternProperties": {
14 "^[A-Z][A-Z0-9_]*$": {
15 "description": "The key is the pass name from the node. The value is the WCET in nanoseconds.",