1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-07 12:29:42 +00:00
bedrock-samples/metadata/json_schemas/common/Expression Node (string representation).json
Mike Ammerlaan 5ce65764d3 v1.21.50.7
2024-12-03 08:43:20 -08:00

28 lines
713 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "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": {}
}