mirror of
https://github.com/scratchfoundation/scratch-parser.git
synced 2025-08-28 22:18:45 -04:00
10 lines
325 B
JSON
10 lines
325 B
JSON
{
|
|
"$id": "https://scratch.mit.edu/sprite3_schema.json",
|
|
"$schema": "http://json-schema.org/schema#",
|
|
"description": "Scratch 3.0 Sprite Schema",
|
|
"type": "object",
|
|
"allOf": [
|
|
{"$ref": "sb3_definitions.json#/definitions/sprite"},
|
|
{"$ref": "sb3_definitions.json#/definitions/target"}
|
|
]
|
|
}
|