Added base examples
This commit is contained in:
@@ -6,7 +6,19 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"probability": { "type": "number", "minimum": 0, "description": "The probability that the mob will use the goal.", "title": "Probability" }
|
||||
}
|
||||
}
|
||||
"priority": {
|
||||
"$ref": "types/priority.json"
|
||||
},
|
||||
"probability": {
|
||||
"type": "number",
|
||||
"minimum": 0,
|
||||
"description": "The probability that the mob will use the goal.",
|
||||
"title": "Probability"
|
||||
}
|
||||
},
|
||||
"examples": [
|
||||
{
|
||||
"probability": 0.0
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user