File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "$schema" : " http://json-schema.org/schema#" ,
44 "description" : " Scratch 3.0 Sprite Schema" ,
55 "type" : " object" ,
6- "properties" : {
7- "meta" : {
8- "type" : " object" ,
9- "properties" : {
10- "semver" : {
11- "type" : " string" ,
12- "pattern" : " ^(3.[0-9]+.[0-9]+)$"
13- },
14- "vm" : {
15- "type" : " string" ,
16- "pattern" : " ^([0-9]+.[0-9]+.[0-9]+)($|-)"
17- },
18- "agent" : {
19- "type" : " string"
20- }
21- },
22- "required" : [
23- " semver"
24- ]
25- },
26- "targets" : {
27- "type" : " array" ,
28- "items" : [
29- {
30- "allOf" : [
31- {"$ref" : " sb3_definitions.json#/definitions/sprite" },
32- {"$ref" : " sb3_definitions.json#/definitions/target" }
33- ]
34- }
35- ],
36- "additionalItems" : false
37- }
38- },
39- "required" : [
40- " targets"
6+ "allOf" : [
7+ {"$ref" : " sb3_definitions.json#/definitions/sprite" },
8+ {"$ref" : " sb3_definitions.json#/definitions/target" }
419 ]
4210}
You can’t perform that action at this time.
0 commit comments