ShopAsset
Documentation for the ShopAsset asset type.
Location
Shops
Use in Your Files
Add this to your JSON files for IDE autocompletion and validation:
"$schema": "https://hytaledb.ginco.gg/schemas/ShopAsset.schema.json" Schema
Content arraynull
Array items: unknown
All of
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "ShopAsset.json",
"title": "ShopAsset",
"description": "ShopAsset asset type",
"type": "object",
"allOf": [
{
"$ref": "base.schema.json"
}
],
"properties": {
"Content": {
"type": [
"array",
"null"
],
"items": {
"title": "Type Selector",
"anyOf": [
{
"$ref": "common.schema.json#/$defs/ShopElement"
}
]
}
}
}
}