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

Commit f9edc2e

Browse files
committed
Update Changelog with JSON-LD optional fields
1 parent 1a8f248 commit f9edc2e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: metadata-changelog.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@ This page lists changes to the Project Open Data metadata schema by version. Lat
99

1010
## Changelog
1111

12-
### Version 1.1 _(DRAFT - as of 10/6/2014)_
12+
### Version 1.1 _(DRAFT - as of 11/6/2014)_
1313

1414
##### Catalog Required Fields
1515
* Adds required `conformsTo` field to specify the schema version ([#309](https://github.com/project-open-data/project-open-data.github.io/issues/309))
1616
* Adds required `dataset` field as a container for all datasets listed ([#309](https://github.com/project-open-data/project-open-data.github.io/issues/309))
1717
* Adds optional `describedBy` field to specify a canonical or customized JSON schema file ([#309](https://github.com/project-open-data/project-open-data.github.io/issues/309), [#332](https://github.com/project-open-data/project-open-data.github.io/issues/332))
18+
* Adds optional `@context` field to specify a JSON-LD Context ([#338](https://github.com/project-open-data/project-open-data.github.io/issues/388))
19+
* Adds optional `@id` field to specify a JSON-LD Node Identifier ([#338](https://github.com/project-open-data/project-open-data.github.io/issues/388))
20+
* Adds optional `@type` field to specify a JSON-LD data type ([#338](https://github.com/project-open-data/project-open-data.github.io/issues/388))
1821

1922
##### Dataset Required Fields
2023
* Changes `contactPoint` field to an object that contains the name (`fn`) and email address (`hasEmail`) ([#358](https://github.com/project-open-data/project-open-data.github.io/issues/358))
@@ -23,6 +26,7 @@ This page lists changes to the Project Open Data metadata schema by version. Lat
2326
* Changes `publisher` field to an object that allows multiple levels of organizations ([#296](https://github.com/project-open-data/project-open-data.github.io/issues/296))
2427
* Adds `name` as part of `publisher` replacing earlier use of `publisher` ([#296](https://github.com/project-open-data/project-open-data.github.io/issues/296))
2528
* Adds optional `subOrganizationOf` field as part of `publisher` to include parent organization hierarchy ([#296](https://github.com/project-open-data/project-open-data.github.io/issues/296))
29+
* Adds optional `@type` field to specify a JSON-LD data type ([#338](https://github.com/project-open-data/project-open-data.github.io/issues/388))
2630

2731
##### Dataset Required-if-Applicable Fields
2832
* Removes `webService` field. APIs can be described within a `distribution` using `accessURL` and `format` ([#291](https://github.com/project-open-data/project-open-data.github.io/issues/291))
@@ -40,6 +44,7 @@ This page lists changes to the Project Open Data metadata schema by version. Lat
4044
* Adds optional `describedBy` field to specify a distribution specific data dictionary ([#291](https://github.com/project-open-data/project-open-data.github.io/issues/291), [#332](https://github.com/project-open-data/project-open-data.github.io/issues/332))
4145
* Adds optional `describedByType` field to specify the format of the data dictionary referenced with `describedBy` ([#291](https://github.com/project-open-data/project-open-data.github.io/issues/291), [#332](https://github.com/project-open-data/project-open-data.github.io/issues/332))
4246
* Adds optional `conformsTo` field to specify a standard the distribution conforms to ([#362](https://github.com/project-open-data/project-open-data.github.io/issues/362))
47+
* Adds optional `@type` field to specify a JSON-LD data type ([#338](https://github.com/project-open-data/project-open-data.github.io/issues/388))
4348

4449
##### Expanded Fields
4550
* Changes `accrualPeriodicity` field to use ISO 8601 date syntax ([#292](https://github.com/project-open-data/project-open-data.github.io/issues/292))

0 commit comments

Comments
 (0)