From 78d211548e165600be4dc7f0b200dc80a905d464 Mon Sep 17 00:00:00 2001 From: Hugo Ledoux Date: Fri, 27 Oct 2023 17:03:54 +0200 Subject: [PATCH] Add potato, a fictive demo, to the v20 folder --- extensions/download/potato.ext.json | 43 ----------------------------- 1 file changed, 43 deletions(-) delete mode 100644 extensions/download/potato.ext.json diff --git a/extensions/download/potato.ext.json b/extensions/download/potato.ext.json deleted file mode 100644 index b2ca28e0b6..0000000000 --- a/extensions/download/potato.ext.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "type": "CityJSONExtension", - "name": "Potato", - "uri": "https://www.cityjson.org/extensions/download/potato.ext.json", - "version": "1.0", - "versionCityJSON": "2.0", - "description": "Extension to handle massive potatoes in our cities", - - "extraRootProperties": {}, - - "extraAttributes": {}, - - "extraCityObjects": { - "+Potato": { - "allOf": [ - { "$ref": "cityobjects.schema.json#/_AbstractCityObject" }, - { - "properties": { - "type": { "enum": [ "+Potato" ] }, - "attributes": { - "type": "object", - "properties": { - "my-attribute": { "type": "string" } - } - }, - "geometry": { - "type": "array", - "items": { - "oneOf": [ - { "$ref": "geomprimitives.schema.json#/MultiSurface" }, - { "$ref": "geomprimitives.schema.json#/CompositeSurface" }, - { "$ref": "geomprimitives.schema.json#/Solid" } - ] - } - } - }, - "required": [ "type" ] - } - ] - } - } - -} \ No newline at end of file