Skip to content

Commit

Permalink
chore(openapi): Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rkettelerij committed Aug 12, 2024
1 parent 63fc4ac commit ef30fa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
4 changes: 2 additions & 2 deletions internal/engine/templates/openapi/features.go.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
14 changes: 0 additions & 14 deletions internal/engine/templates/openapi/tiles.go.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,20 +141,6 @@
},
"components": {
"schemas": {
"confClasses": {
"type": "object",
"required": [
"conformsTo"
],
"properties": {
"conformsTo": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"link": {
"type": "object",
"required": [
Expand Down

0 comments on commit ef30fa7

Please sign in to comment.