File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ has_toc: false
110110| [ Date Issued] ( ogm-aardvark/date-issued ) | ` dct_issued_s ` | Optional |
111111| [ Date Range] ( ogm-aardvark/date-range ) | ` gbl_dateRange_drsim ` | Optional |
112112| [ Description] ( ogm-aardvark/description ) | ` dct_description_sm ` | Suggested |
113+ | [ Display Note] ( ogm-aardvark/display-note ) | ` gbl_displayNote_sm ` | Optional |
113114| [ File Size] ( ogm-aardvark/file-size ) | ` gbl_fileSize_s ` | Optional |
114115| [ Format] ( ogm-aardvark/format ) | ` dct_format_s ` | Conditional |
115116| [ Geometry] ( ogm-aardvark/geometry ) | ` locn_geometry ` | Suggested |
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ parent: OGM Aardvark
55nav_order : 4.5
66---
77
8- ## Description
8+ ## Display Note
99
10- | Label | Description |
10+ | Label | Display Note |
1111| :----------------------| :------------------------|
1212| URI | ` gbl_displayNote_sm ` |
1313| Obligation | Optional |
Original file line number Diff line number Diff line change 2424 "type" : " string"
2525 }
2626 },
27+ "gbl_displayNote_sm" : {
28+ "type" : " array" ,
29+ "items" : {
30+ "type" : " string"
31+ }
32+ },
2733 "dct_creator_sm" : {
2834 "type" : " array" ,
2935 "items" : {
You can’t perform that action at this time.
0 commit comments