From a1db26f6876c0cbea6ea246a312b9d9071a83aa2 Mon Sep 17 00:00:00 2001 From: Hugo Ledoux Date: Mon, 23 Oct 2023 08:57:44 +0200 Subject: [PATCH] typo --- extensions/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/index.md b/extensions/index.md index 71da62e5bb..1f45deb5f9 100644 --- a/extensions/index.md +++ b/extensions/index.md @@ -21,7 +21,8 @@ CityJSON uses [JSON Schemas](http://json-schema.org/) to document and validate t A CityJSON *Extension* is a JSON file that allows us to document how the core data model of CityJSON may be extended, and to validate CityJSON files containing new objects and/or attributes. This is conceptually akin to the *Application Domain Extensions* (ADEs) in CityGML; see Section 10.13 of the [official CityGML documentation](https://portal.opengeospatial.org/files/?artifact_id=47842). -[ CitySON v2.0 Extentions specifications](https://www.cityjson.org/specs/#text-sequences-and-streaming-with-cityjsonfeature) + +[ CitySON v2.0 Extension specifications](https://www.cityjson.org/specs/#text-sequences-and-streaming-with-cityjsonfeature) ## How to create an extension?