ReachLocationMarkerAsset
Documentation for the ReachLocationMarkerAsset asset type.
Location
Objective/ReachLocationMarkers
Use in Your Files
Add this to your JSON files for IDE autocompletion and validation:
"$schema": "https://hytaledb.ginco.gg/schemas/ReachLocationMarkerAsset.schema.json" Schema
Radius
NullableNumberOrSpecial
Name
string
All of
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "ReachLocationMarkerAsset.json",
"title": "ReachLocationMarkerAsset",
"description": "ReachLocationMarkerAsset asset type",
"type": "object",
"allOf": [
{
"$ref": "base.schema.json"
}
],
"properties": {
"Radius": {
"$ref": "base.schema.json#/$defs/NullableNumberOrSpecial"
},
"Name": {
"type": "string",
"pattern": "[^\\s]",
"minLength": 1
}
}
}