1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-09-27 22:32:54 +00:00
Files
2025-09-09 10:02:11 -07:00

39 lines
732 B
JSON

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