Skip to content

Commit

Permalink
i understand it now
Browse files Browse the repository at this point in the history
  • Loading branch information
jwklong authored Dec 1, 2024
1 parent 2eb17c8 commit 5490655
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions lib/sb3_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,18 @@
"scalarVal": {
"oneOf": [
{"$ref": "#/definitions/stringOrNumber"},
{"type": "boolean"}
{"type": "boolean"},
{
"type": "object",
"properties": {
"customType": {"type": "boolean"},
"typeId": {"type": "string"},
"serialized": {}
},
"required": ["customType", "typeId", "serialized"]
}
]
}
},
"assetId": {
"type": "string",
"pattern": "^[a-fA-F0-9]{32}$"
Expand Down

0 comments on commit 5490655

Please sign in to comment.