Skip to content

Commit

Permalink
update license, logo, contact and description in openapi definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
ghobona committed Oct 2, 2024
1 parent 844f56e commit 7a67064
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 24 deletions.
13 changes: 5 additions & 8 deletions openapi/ogcapi-movingfeatures-1.bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,17 @@
"info": {
"title": "Building Blocks specified in OGC API - Moving Features - Part 1: Core",
"version": "1.0.0",
"description": "This is the OpenAPI definition of Moving Features API specification that conforms to the OGC Moving Features Encoding Extension - JSON.",
"description": "This is the OpenAPI definition of the OGC API - Moving Features - Part 1: Core Standard. The API also implements the OGC Moving Features Encoding Extension - JSON Standard.",
"contact": {
"name": "OGC Moving Features SWG",
"email": "moving-features.swg-bounces@lists.ogc.org"
"name": "Open Geospatial Consortium",
"email": "info@ogc.org"
},
"license": {
"name": "OGC License",
"url": "https://www.ogc.org/ogc/Document"
"url": "https://www.ogc.org/legal/"
},
"x-logo": {
"url": "https://www.ogc.org/pub/www/files/OGC_Logo_2D_Blue_x_0_0.png",
"backgroundColor": "#FFFFFF",
"altText": "OGC logo",
"href": "https://www.ogc.org/contacts"
"url": "https://www.ogc.org/pub/www/files/OGC_Logo_2D_Blue_x_0_0.png"
}
},
"tags": [
Expand Down
11 changes: 4 additions & 7 deletions openapi/ogcapi-movingfeatures-1.bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@ openapi: 3.0.3
info:
title: 'Building Blocks specified in OGC API - Moving Features - Part 1: Core'
version: 1.0.0
description: This is the OpenAPI definition of Moving Features API specification that conforms to the OGC Moving Features Encoding Extension - JSON.
description: 'This is the OpenAPI definition of the OGC API - Moving Features - Part 1: Core Standard. The API also implements the OGC Moving Features Encoding Extension - JSON Standard.'
contact:
name: OGC Moving Features SWG
email: moving-features.swg-bounces@lists.ogc.org
name: Open Geospatial Consortium
email: info@ogc.org
license:
name: OGC License
url: https://www.ogc.org/ogc/Document
url: https://www.ogc.org/legal/
x-logo:
url: https://www.ogc.org/pub/www/files/OGC_Logo_2D_Blue_x_0_0.png
backgroundColor: '#FFFFFF'
altText: OGC logo
href: https://www.ogc.org/contacts
tags:
- name: Capabilities
description: Essential characteristics of the information available from the API.
Expand Down
14 changes: 5 additions & 9 deletions openapi/openapi-movingfeatures-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,15 @@ openapi: 3.0.3
info:
title: "Building Blocks specified in OGC API - Moving Features - Part 1: Core"
version: 1.0.0
description: >-
This is the OpenAPI definition of Moving Features API specification that conforms to the OGC Moving Features Encoding Extension - JSON.
description: 'This is the OpenAPI definition of the OGC API - Moving Features - Part 1: Core Standard. The API also implements the OGC Moving Features Encoding Extension - JSON Standard.'
contact:
name: Taehoon Kim
email: [email protected]
name: Open Geospatial Consortium
email: [email protected]
license:
name: OGC License
url: "https://www.ogc.org/ogc/Document"
url: https://www.ogc.org/legal/
x-logo:
url: "https://www.ogc.org/pub/www/files/OGC_Logo_2D_Blue_x_0_0.png"
backgroundColor: "#FFFFFF"
altText: "OGC logo"
href: "https://www.ogc.org/contacts"
url: https://www.ogc.org/pub/www/files/OGC_Logo_2D_Blue_x_0_0.png

tags:
- name: Capabilities
Expand Down

0 comments on commit 7a67064

Please sign in to comment.