Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 0f1e7d5

Browse files
committed
Fixed "theme" naming error
The Category field guidance incorrectly referred to the metadata name as "category" when it should be "theme."
1 parent fa42040 commit 0f1e7d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: schema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -283,13 +283,13 @@ Field | title
283283
**Example** | `{"dataQuality":"true"}`
284284

285285
{.table .table-striped}
286-
**Field** | **category**
286+
**Field** | **theme**
287287
----- | -----
288288
**Cardinality** | (0,n)
289289
**Required** | No
290290
**Accepted Values** | String
291291
**Usage Notes** | Separate multiple categories with a comma. Could include [ISO Topic Categories](http://www.isotopicmaps.org/).
292-
**Example** | `{"category":"vegetables"}`
292+
**Example** | `{"theme":"vegetables"}`
293293

294294
{.table .table-striped}
295295
**Field** | **references**

0 commit comments

Comments
 (0)