File tree Expand file tree Collapse file tree 3 files changed +19
-13
lines changed Expand file tree Collapse file tree 3 files changed +19
-13
lines changed Original file line number Diff line number Diff line change 81
81
"description" : " Reference to the class this model belongs to"
82
82
},
83
83
"versions" : {
84
- "type" : " array" ,
85
- "items" : {
86
- "type" : " object" ,
87
- "required" : [" version" ],
88
- "properties" : {
89
- "version" : {
90
- "$ref" : " schema_defs.json#/$defs/semantic_version"
91
- }
92
- },
93
- "additionalProperties" : false
94
- },
95
- "minItems" : 1 ,
96
- "description" : " List of semantic versions within the model"
84
+ "$ref" : " schema_defs.json#/$defs/versions"
97
85
},
98
86
"base" : {
99
87
"type" : " integer" ,
Original file line number Diff line number Diff line change 19
19
"long name" : {
20
20
"type" : " string" ,
21
21
"description" : " One line description of this Profile Release"
22
+ },
23
+ "versions" : {
24
+ "$ref" : " schema_defs.json#/$defs/versions"
22
25
}
23
26
},
24
27
"additionalProperties" : false
Original file line number Diff line number Diff line change 374
374
},
375
375
"additionalProperties" : false
376
376
}
377
+ },
378
+ "versions" : {
379
+ "type" : " array" ,
380
+ "items" : {
381
+ "type" : " object" ,
382
+ "required" : [" version" ],
383
+ "properties" : {
384
+ "version" : {
385
+ "$ref" : " schema_defs.json#/$defs/semantic_version"
386
+ }
387
+ },
388
+ "additionalProperties" : false
389
+ },
390
+ "minItems" : 1 ,
391
+ "description" : " List of semantic versions"
377
392
}
378
393
}
379
394
}
You can’t perform that action at this time.
0 commit comments