Skip to content

Commit

Permalink
revert?
Browse files Browse the repository at this point in the history
  • Loading branch information
jwklong authored Dec 1, 2024
1 parent 687d270 commit 2eb17c8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions lib/sb3_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,7 @@
"scalarVal": {
"oneOf": [
{"$ref": "#/definitions/stringOrNumber"},
{"type": "boolean"},
{
"type": "object",
"properties": {
"customType": {"type": "boolean"},
"typeId": {"type": "string"},
"serialized": {}
},
"required": ["customType", "typeId", "serialized"]
}
{"type": "boolean"}
]
}
"assetId": {
Expand Down

0 comments on commit 2eb17c8

Please sign in to comment.