1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-01-31 15:22:10 +00:00
Mike Ammerlaan 5ce65764d3 v1.21.50.7
2024-12-03 08:43:20 -08:00

46 lines
1.2 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "2681068491",
"definitions": {
"1531870811": {
"title": "struct SharedTypes::Legacy::ItemDescriptor",
"oneOf": [
{
"type": "string"
},
{
"title": "associative container",
"type": "object",
"additionalProperties": {
"type": "string"
}
}
],
"$metaProperties": {}
}
},
"title": "struct SharedTypes::v1_20_50::ShooterItemComponent::Ammunition",
"type": "object",
"properties": {
"item": {
"$ref": "#/definitions/1531870811",
"$metaProperties": {}
},
"search_inventory": {
"type": "boolean",
"$metaProperties": {}
},
"use_in_creative": {
"type": "boolean",
"$metaProperties": {}
},
"use_offhand": {
"type": "boolean",
"$metaProperties": {}
}
},
"required": [
"item"
],
"$metaProperties": {}
}