1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-09-29 08:22:51 +00:00
Files
bedrock-samples/metadata/json_schemas/client_server/common/legacy/Expression Node (string representation).json
2025-09-09 10:02:11 -07:00

26 lines
460 B
JSON

{
"$id": "2267778531",
"$schema": "http://json-schema.org/draft-07/schema#",
"oneOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"version": {
"type": "integer"
}
},
"required": [
"expression",
"version"
],
"type": "object"
}
],
"title": "Molang string",
"x-format-version": "MISSING VERSION"
}