mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-09-29 08:22:51 +00:00
26 lines
460 B
JSON
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"
|
|
} |