|
1 | | -# template |
2 | | -A template repository for new extensions. It enables CI for schema publishing and proposes some core structures. |
| 1 | +# Template Extension Specification |
| 2 | + |
| 3 | +- **Title:** Template |
| 4 | +- **Identifier:** <https://stac-extensions.github.io/template/v1.0.0/schema.json> |
| 5 | +- **Field Name Prefix:** template |
| 6 | +- **Scope:** Item, Collection |
| 7 | +- **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity):** Proposal |
| 8 | +- **Owner**: @your-gh-handles @person2 |
| 9 | + |
| 10 | +This is the place to add a short introduction. |
| 11 | + |
| 12 | +- Examples: |
| 13 | + - [Item example](examples/item.json): Shows the basic usage of the extension in a STAC Item |
| 14 | + - [Collection example](examples/collection.json): Shows the basic usage of the extension in a STAC Collection |
| 15 | +- [JSON Schema](json-schema/schema.json) |
| 16 | + |
| 17 | +## Item Properties and Collection Fields |
| 18 | + |
| 19 | +| Field Name | Type | Description | |
| 20 | +| ----------- | ------------------------- | ----------- | |
| 21 | +| new_field | [XYZ Object](#xyz-object) | **REQUIRED**. Describe the required field... | |
| 22 | +| another_one | \[number] | Describe the field... | |
| 23 | + |
| 24 | +### Additional Field Information |
| 25 | + |
| 26 | +#### new_field |
| 27 | + |
| 28 | +This is a much more detailed description of the field `new_field`... |
| 29 | + |
| 30 | +### XYZ Object |
| 31 | + |
| 32 | +This is the introduction for the purpose and the content of the XYZ Object... |
| 33 | + |
| 34 | +| Field Name | Type | Description | |
| 35 | +| ----------- | ------ | ----------- | |
| 36 | +| x | number | **REQUIRED**. Describe the required field... | |
| 37 | +| y | number | **REQUIRED**. Describe the required field... | |
| 38 | +| z | number | **REQUIRED**. Describe the required field... | |
| 39 | + |
| 40 | +## Relation types |
| 41 | + |
| 42 | +The following types should be used as applicable `rel` types in the |
| 43 | +[Link Object](https://github.com/radiantearth/stac-spec/tree/master/item-spec/item-spec.md#link-object). |
| 44 | + |
| 45 | +| Type | Description | |
| 46 | +| ------------------- | ----------- | |
| 47 | +| fancy-rel-type | This link points to a fancy resource. | |
0 commit comments