ObjectiveLocationMarkerAsset
Documentation for the ObjectiveLocationMarkerAsset asset type.
Location
Objective/ObjectiveLocationMarkers
Use in Your Files
Add this to your JSON files for IDE autocompletion and validation:
"$schema": "https://hytaledb.ginco.gg/schemas/ObjectiveLocationMarkerAsset.schema.json" Schema
Setup unknown
Any of
Area unknown
Any of
EnvironmentIds arraynull
Array items: string
TriggerConditions arraynull
Array items: unknown
All of
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "ObjectiveLocationMarkerAsset.json",
"title": "ObjectiveLocationMarkerAsset",
"description": "ObjectiveLocationMarkerAsset asset type",
"type": "object",
"allOf": [
{
"$ref": "base.schema.json"
}
],
"properties": {
"Setup": {
"title": "Type Selector",
"anyOf": [
{
"$ref": "common.schema.json#/$defs/SetupObjective"
},
{
"$ref": "common.schema.json#/$defs/SetupObjectiveLine"
}
]
},
"Area": {
"title": "Type Selector",
"anyOf": [
{
"$ref": "common.schema.json#/$defs/ObjectiveLocationAreaBox"
},
{
"$ref": "common.schema.json#/$defs/ObjectiveLocationAreaRadius"
}
]
},
"EnvironmentIds": {
"type": [
"array",
"null"
],
"items": {
"type": "string"
}
},
"TriggerConditions": {
"type": [
"array",
"null"
],
"items": {
"title": "Type Selector",
"anyOf": [
{
"$ref": "common.schema.json#/$defs/HourRangeTriggerCondition"
},
{
"$ref": "common.schema.json#/$defs/WeatherTriggerCondition"
}
]
}
}
}
}