-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from opengeospatial/20241002C
update license, logo, contact and description in openapi definitions
- Loading branch information
Showing
3 changed files
with
14 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|