mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 10:41:26 +00:00
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "3178719147",
|
|
"definitions": {
|
|
"2267778531": {
|
|
"title": "struct SharedTypes::Legacy::ExpressionNode::StringRepresentation",
|
|
"oneOf": [
|
|
{
|
|
"type": "string"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"expression": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
},
|
|
"version": {
|
|
"type": "integer",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"required": [
|
|
"expression",
|
|
"version"
|
|
]
|
|
}
|
|
],
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"title": "struct SharedTypes::Legacy::ExpressionNode",
|
|
"oneOf": [
|
|
{
|
|
"$ref": "#/definitions/2267778531"
|
|
},
|
|
{
|
|
"type": "number"
|
|
}
|
|
],
|
|
"$metaProperties": {}
|
|
} |