File tree 1 file changed +24
-1
lines changed
1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 1592
1592
}
1593
1593
}
1594
1594
}
1595
+ },
1596
+ "additional" : {
1597
+ "title" : " Additional" ,
1598
+ "type" : " object" ,
1599
+ "properties" : {
1600
+ "reference" : {
1601
+ "type" :" string" ,
1602
+ "title" : " Reference" ,
1603
+ "description" : " An optional url reference to documentation describing contents of the additional.data property."
1604
+ },
1605
+ "schema" : {
1606
+ "type" :" string" ,
1607
+ "title" : " Schema" ,
1608
+ "description" : " An optional url reference to a schema describing contents of additional.data property."
1609
+ },
1610
+ "data" : {
1611
+ "title" : " Additional" ,
1612
+ "type" : " object" ,
1613
+ "description" : " Add extra (e.g. manufacturer-specific) data to this field." ,
1614
+ "additionalProperties" : true
1615
+ }
1616
+ },
1617
+ "additionalProperties" : false
1595
1618
}
1596
1619
},
1597
- "additionalProperties" : true
1620
+ "additionalProperties" : false
1598
1621
}
You can’t perform that action at this time.
0 commit comments