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

Commit 1403ab0

Browse files
committed
Clarified date for issued/modified
This addresses #65.
1 parent 5f7b3e9 commit 1403ab0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: schema.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@ Field | title
158158
----- | -----
159159
**Cardinality** | (1,1)
160160
**Required** | Yes, always
161-
**Accepted Values** | Date (YYYY-MM-DD)
161+
**Accepted Values** | ISO 8601 Date
162162
**Usage Notes** | Dates should be [ISO 8601](http://www.w3.org/TR/NOTE-datetime) of least resolution. In other words, as much of YYYY-MM-DDThh:mm:ss.sTZD as is relevant to this dataset. If this file is brand-new, enter the **issued** date here as well.
163163
**Example** | `{"modified":"2012-01-15"}`
164164

165165
{: .table .table-striped}
166166
**Field** | **publisher**
167-
----- | -----
167+
----- | -----is
168168
**Cardinality** | (1,1)
169169
**Required** | Yes, always
170170
**Accepted Values** | String
@@ -248,7 +248,7 @@ Field | title
248248
----- | -----
249249
**Cardinality** | (0,1)
250250
**Required** | No
251-
**Accepted Values** | See Usage Notes
251+
**Accepted Values** | ISO 8601 Date
252252
**Usage Notes** | Dates should be [ISO 8601](http://www.w3.org/TR/NOTE-datetime) of least resolution. In other words, as much of YYYY-MM-DDThh:mm:ss.sTZD as is relevant to this dataset.
253253
**Example** | `{"issued":"2001-01-15"}`
254254

0 commit comments

Comments
 (0)