|
1495 | 1495 | }, |
1496 | 1496 | "west": { "$ref": "#/definitions/WestProjectType" } |
1497 | 1497 | }, |
1498 | | - "additionalProperties": false |
| 1498 | + "additionalProperties": false, |
| 1499 | + "required": ["generated-by"] |
1499 | 1500 | }, |
1500 | 1501 | "BuildPacksInfoType": { |
1501 | 1502 | "type": "array", |
|
1995 | 1996 | "groups": { "$ref": "#/definitions/GroupsType" }, |
1996 | 1997 | "components": { "$ref": "#/definitions/ComponentsType" } |
1997 | 1998 | }, |
1998 | | - "additionalProperties": false |
| 1999 | + "additionalProperties": false, |
| 2000 | + "required": ["generated-by"] |
1999 | 2001 | }, |
2000 | 2002 | "ExecutesType": { |
2001 | 2003 | "title": "executes:\nDocumentation: https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#executes", |
|
2524 | 2526 | "debug-topology": { "$ref": "#/definitions/DebugTopologyType" } |
2525 | 2527 | }, |
2526 | 2528 | "additionalProperties": false, |
2527 | | - "required": ["output", "debugger"] |
| 2529 | + "required": ["generated-by", "output", "debugger"] |
2528 | 2530 | }, |
2529 | 2531 | "TargetSetsType": { |
2530 | 2532 | "title": "target-set:\nDocumentation: https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#target-set", |
|
2690 | 2692 | "type": ["null", "object"], |
2691 | 2693 | "properties": { |
2692 | 2694 | "description": { "type": "string", "description": "Brief description of the MLOps configuration." }, |
| 2695 | + "generated-by": { "type": "string", "description": "Tool name along with version information used to generate this file." }, |
2693 | 2696 | "processor": { |
2694 | 2697 | "type": "object", |
2695 | 2698 | "description": "Processor information.", |
|
2728 | 2731 | "hardware": { "$ref": "#/definitions/MlopsRunDescType" }, |
2729 | 2732 | "simulator": { "$ref": "#/definitions/MlopsRunDescType" } |
2730 | 2733 | }, |
2731 | | - "additionalProperties": false |
| 2734 | + "additionalProperties": false, |
| 2735 | + "required": ["generated-by"] |
2732 | 2736 | }, |
2733 | 2737 | "MlopsOutputType": { |
2734 | 2738 | "type": "object", |
|
0 commit comments