You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ which itself is inspired by [ISO 19115](https://www.iso.org/standard/53798.html)
20
20
## Fields
21
21
22
22
The fields in the table below can be used in these parts of STAC documents:
23
+
23
24
-[x] Catalogs
24
25
-[x] Collections
25
26
-[x] Item Properties (incl. Summaries in Collections)
@@ -41,6 +42,7 @@ Either the field `name` or the field `organization` must be provided (or both).
41
42
| organization | string |**REQUIRED if `name` is missing**.Organization/affiliation of the contact. |
42
43
| identifier | string | A value uniquely identifying a contact. |
43
44
| position | string | The name of the role or position of the responsible person taken from the organization's formal organizational hierarchy or chart. |
45
+
| description | string | Detailed multi-line description to fully explain the STAC entity. [CommonMark 0.29](https://commonmark.org/) syntax MAY be used for rich text representation. |
44
46
| logo |[Link Object](#link-object)| Graphic identifying a contact. The link relation must be `icon` and the media type must be an image media type. |
45
47
| phones |\[[Info Object](#info-object)]| Telephone numbers at which contact can be made. |
46
48
| emails |\[[Info Object](#info-object)]| Email address at which contact can be made. |
0 commit comments