-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
69 changed files
with
1,021 additions
and
729 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
layout: default | ||
--- | ||
<img src="{{ page.image }}" align="right" width="100"> | ||
<h2>{{ page.title }}</h2> | ||
<p>{{ page.description }}</p> | ||
<ul> | ||
{% for tag in page.tags %} | ||
<li>{{ tag }}</li> | ||
{% endfor %} | ||
</ul> | ||
<p align="center"><a href="/schema/"><strong>All Schema</strong></a></p> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: AID | ||
description: A unique identifier for the collection, consisting of [root domain]:[string] (ie. apis.json:spec-example). | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Mandatory | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: APIs AID | ||
description: A unique identifier for the api, consisting of [root domain]:[string] (ie. apis.json:spec-api). | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Mandatory | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: APIs Base Url | ||
description: Web URL corresponding to the root URL of the API or primary endpoint. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Mandatory | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: APIs Contact | ||
description: An object to describe a person. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Tag | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: APIs Name | ||
description: Human readable text description of the API. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Mandatory | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: APIs Human Url | ||
description: Web URL corresponding to human readable information about the API. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Mandatory | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: APIs Name | ||
description: URL of an image which can be used as an "icon" for the API if displayed by a search engine. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Optional | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: APIs Name | ||
description: Name of the API. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Mandatory | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: APIs Overlays Type | ||
description: The type of overlay being made available. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Mandatory | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: APIs Overlays URL | ||
description: The URL for the overlay. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Mandatory | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
name: APIs Overlays | ||
description: An optional list of overlays to apply to individual APIs. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Optional | ||
- Collection | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: APIs Properties Data | ||
description: The data for the property. * must be url or data. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Tag | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: APIs Properties Media Type | ||
description: IANA media type representing the property. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Optional | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: APIs Properties Name | ||
description: The display name of the property. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Optional | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: APIs Properties Type | ||
description: Different properties of an API, see the list of APIs.json properties for a complete list. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Mandatory | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: APIs Properties URL | ||
description: The URL for the property. * must be url or data. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Optional | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
name: APIs Properties | ||
description: The human and machine-readable properties of an API. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Collection | ||
- Option | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
name: APIs Tags | ||
description: This is a list of descriptive strings which identify the API. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Collection | ||
- Optional | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: APIs Version | ||
description: String representing the version number of the API this description refers to. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Optional | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
name: APIs | ||
description: List of APIs identified in the file. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Optional | ||
- Collection | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Common Media Type | ||
description: IANA media type representing the property. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Optional | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Common Name | ||
description: The display name of the property. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Optional | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Common Type | ||
description: Please see reserved keywords below. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Tag | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Common URL | ||
description: The URL for the common property. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Optional | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
name: Common | ||
description: A list of common properties for use across all APIs and tools. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Optional | ||
- Collection | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
name: Created | ||
description: Date of creation of the file. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Mandatory | ||
- Date | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Description | ||
description: Text human readable description of the collection of APIs. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Mandatory | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
name: Image | ||
description: Web URL leading to an image to be used to represent the collection of | ||
APIs defined in this file. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Optional | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Include Name | ||
description: The name of the APIs.json file referenced. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Mandatory | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Include URL | ||
description: The URL of the APIs.json file referenced. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Mandatory | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
name: Include | ||
description: Additional APIs.json to include with the index. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Collection | ||
- Optional | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
name: Maintainers | ||
description: Who is responsible for maintaining an APIs.json. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Collection | ||
- Mandatory | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
name: Modified | ||
description: Date of last modification of the file. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Mandatory | ||
- Date | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Name | ||
description: Text string of human readable name for the collection of APIs. | ||
image: /images/schema.png | ||
url: # | ||
tags: | ||
- Mandatory | ||
--- |
Oops, something went wrong.