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: docs/ogm-aardvark/format.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ nav_order: 32
15
15
| Field type | string |
16
16
| Purpose | To display to the user the name of the file type as a text string in the download button |
17
17
| Entry Guidelines | Required if the download URL is configured as a single key:value pair. |
18
-
| Commentary | See recommended values below. This field is required for basic download functionality. See the [Multiple Downloads guide](https://opengeometadata.org/docs/more-about-references#how-to-configure-multiple-download-links) for more details. |
18
+
| Commentary | See recommended values below. This field is required for basic download functionality. See the [Multiple Downloads guide](references#how-to-configure-multiple-download-links) for more details. |
Copy file name to clipboardExpand all lines: docs/ogm-aardvark/references.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,15 @@ nav_order: 35
21
21
| Element Set | DCMI |
22
22
| Group | Distribution |
23
23
24
+
24
25
## JSON formatting
25
26
26
27
The field `dct_references_s` defines external services and references using the [Cat-Interop](https://github.com/OSGeo/Cat-Interop) approach. The field value is a serialized JSON array of key/value pairs. Keys represent XML namespace URIs, and values represent the URL.
27
28
28
29
* key:value 1 = "URI":"https://example.com"
29
30
* key:value 2 = "URI":"https://otherexample.com"
30
31
31
-
To format this field in JSON, double quotations `"` must be [escaped](../#escaped-characters) with a backslash `\`.
32
+
To format this field in JSON, double quotations `"` must be [escaped](../JSON-format#escaped-characters) with a backslash `\`.
32
33
33
34
```json
34
35
{
@@ -84,7 +85,7 @@ To enable multiple downloads:
84
85
* Create one or more objects inside the array. These are enclosed in {curly brackets}.
85
86
* Inside the object, define two `key:value` pairs separated by a comma.
86
87
* Enclose each key and each value in double quotes.
87
-
*[Escape](../#escaped-characters) double quotations `"` with a backslash `\`
88
+
*[Escape](../JSON-format#escaped-characters) double quotations `"` with a backslash `\`
0 commit comments