From ef30fa79affe7f407c671c719b84ee87fe3eee29 Mon Sep 17 00:00:00 2001 From: Richard Kettelerij Date: Mon, 12 Aug 2024 14:05:30 +0200 Subject: [PATCH] chore(openapi): Cleanup --- internal/engine/templates/openapi/features.go.json | 4 ++-- internal/engine/templates/openapi/tiles.go.json | 14 -------------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/internal/engine/templates/openapi/features.go.json b/internal/engine/templates/openapi/features.go.json index 32c5d152..7c54c391 100644 --- a/internal/engine/templates/openapi/features.go.json +++ b/internal/engine/templates/openapi/features.go.json @@ -101,7 +101,7 @@ "title": "this document" }, { - "href": "http://data.example.com/collections/buildings/items.html", + "href": "http://data.example.com/collections/buildings/items?f=html", "rel": "alternate", "type": "text/html", "title": "this document as HTML" @@ -167,7 +167,7 @@ "title": "this document" }, { - "href": "http://data.example.com/collections/buildings/items.html", + "href": "http://data.example.com/collections/buildings/items?f=html", "rel": "alternate", "type": "text/html", "title": "this document as HTML" diff --git a/internal/engine/templates/openapi/tiles.go.json b/internal/engine/templates/openapi/tiles.go.json index 05b94cb2..6aef3caf 100644 --- a/internal/engine/templates/openapi/tiles.go.json +++ b/internal/engine/templates/openapi/tiles.go.json @@ -141,20 +141,6 @@ }, "components": { "schemas": { - "confClasses": { - "type": "object", - "required": [ - "conformsTo" - ], - "properties": { - "conformsTo": { - "type": "array", - "items": { - "type": "string" - } - } - } - }, "link": { "type": "object", "required": [