File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 73
73
},
74
74
"ofl" : {
75
75
"name" : " Open Fixture Library JSON" ,
76
- "exportPluginVersion" : " 12.4.0 " ,
76
+ "exportPluginVersion" : " 12.4.1 " ,
77
77
"exportTests" : []
78
78
},
79
79
"op-z" : {
Original file line number Diff line number Diff line change 2
2
"$schema" : " http://json-schema.org/draft-07/schema#" ,
3
3
"$id" : " https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture-redirect.json" ,
4
4
5
- "version" : " 12.4.0 " ,
5
+ "version" : " 12.4.1 " ,
6
6
7
7
"type" : " object" ,
8
8
"properties" : {
Original file line number Diff line number Diff line change 2
2
"$schema" : " http://json-schema.org/draft-07/schema#" ,
3
3
"$id" : " https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json" ,
4
4
5
- "version" : " 12.4.0 " ,
5
+ "version" : " 12.4.1 " ,
6
6
7
7
"type" : " object" ,
8
8
"properties" : {
Original file line number Diff line number Diff line change 2
2
"$schema" : " http://json-schema.org/draft-07/schema#" ,
3
3
"$id" : " https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/gobo.json" ,
4
4
5
- "version" : " 12.4.0 " ,
5
+ "version" : " 12.4.1 " ,
6
6
7
7
"type" : " object" ,
8
8
"properties" : {
Original file line number Diff line number Diff line change 2
2
"$schema" : " http://json-schema.org/draft-07/schema#" ,
3
3
"$id" : " https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/manufacturers.json" ,
4
4
5
- "version" : " 12.4.0 " ,
5
+ "version" : " 12.4.1 " ,
6
6
7
7
"type" : " object" ,
8
8
"properties" : {
24
24
"website" : { "$ref" : " definitions.json#/urlString" },
25
25
"rdmId" : {
26
26
"type" : " integer" ,
27
- "minimum" : 0 ,
28
- "maximum" : 65536
27
+ "minimum" : 1 ,
28
+ "maximum" : 32767
29
29
}
30
30
},
31
31
"required" : [" name" ],
You can’t perform that action at this time.
0 commit comments