-
Notifications
You must be signed in to change notification settings - Fork 27
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 #305 from pvretano/issue-300
- Loading branch information
Showing
171 changed files
with
2,263 additions
and
1,960 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
--- | ||
allOf: | ||
$ref: "http://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/\ | ||
schemas/collection.yaml" | ||
type: object | ||
required: | ||
- title | ||
- type | ||
- itemType | ||
properties: | ||
type: | ||
type: string | ||
enum: | ||
- catalog | ||
itemType: | ||
description: | ||
The itemType type can be a string with the value of | ||
"record" to indicate that this object is a catalog | ||
(i.e. a collection of records). | ||
If the itemType is an array, this indicates that | ||
this object is a general collection that can point | ||
to other catalogs, records and/or other related | ||
resources. | ||
oneOf: | ||
- type: string | ||
enum: | ||
- record | ||
- type: array | ||
items: | ||
type: string | ||
enum: | ||
- record | ||
- catalog | ||
- collection | ||
- other | ||
conformsTo: | ||
description: | ||
If all records (`itemType=record`) of the catalog | ||
conform to same set of extensions/conformance classes | ||
then this member may be used to advertise this fact | ||
rather than copying this information into each record. | ||
$ref: common/confClasses.yaml#/properties/conformsTo | ||
created: | ||
type: string | ||
description: | ||
Date of creation of this catalog. | ||
format: date-time | ||
updated: | ||
type: string | ||
description: | ||
The most recent date on which this catalog was | ||
changed. | ||
format: date-time | ||
keywords: | ||
type: array | ||
description: | ||
The topic or topics of the catalog. Typically | ||
represented using free-form keywords, tags, key | ||
phrases, or classification codes. | ||
items: | ||
type: string | ||
language: | ||
description: | ||
The language used for textual values for this | ||
catalog object. | ||
$ref: language.yaml | ||
languages: | ||
type: array | ||
description: | ||
This list of other languages in which this | ||
catalog object can be retrieved. | ||
items: | ||
$ref: language.yaml | ||
themes: | ||
type: array | ||
description: | ||
A knowledge organization system used to classify | ||
the resource. | ||
minItems: 1 | ||
items: | ||
$ref: theme.yaml | ||
contacts: | ||
type: array | ||
description: | ||
A list of contacts qualified by their role(s). | ||
items: | ||
$ref: contact.yaml | ||
license: | ||
$ref: license.yaml | ||
rights: | ||
type: string | ||
description: | ||
A statement that concerns all rights not addresses | ||
by the license such as a copyright statement. | ||
additionalProperties: true |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.