diff options
Diffstat (limited to 'data/triangulation.schema.json')
| -rw-r--r-- | data/triangulation.schema.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/data/triangulation.schema.json b/data/triangulation.schema.json index d3f8004d..8203f5d9 100644 --- a/data/triangulation.schema.json +++ b/data/triangulation.schema.json @@ -13,7 +13,7 @@ "format_version": { "type": "string", "enum": [ - "1.0" + "1.0", "1.1" ] }, "name": { @@ -28,6 +28,14 @@ "$ref": "#/definitions/datetime", "description": "The date on which this version of the triangulation was published (or possibly the date on which it takes effect?)" }, + "fallback_strategy": { + "type": "string", + "enum": [ + "none", + "nearest_side", + "nearest_centroid" + ] + }, "license": { "type": "string", "description": "License under which the file is published" |
