mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 15:22:10 +00:00
21 lines
461 B
JSON
21 lines
461 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "886176099",
|
|
"title": "minecraft:cooldown v1.20.50",
|
|
"type": "object",
|
|
"properties": {
|
|
"category": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
},
|
|
"duration": {
|
|
"type": "number",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"required": [
|
|
"category",
|
|
"duration"
|
|
],
|
|
"$metaProperties": {}
|
|
} |