Skip to content

Version 1.1

Latest
Compare
Choose a tag to compare
@TomMiksa TomMiksa released this 11 Nov 12:41
· 23 commits to master since this release
f51a95b

Changes

Specification

  1. Relaxed cardinality of following properties:

    • end (dmp/project/end) from required to optional
    • grant_id (dmp/project/funding/grant_id) from required to optional
    • start (dmp/project/start) from required to optional
  2. Updated description of following properties by adding: "Encoded using the relevant ISO 8601 Date and Time compliant string":

    • available_until (dmp/dataset/distribution/available_until)
    • created (dmp/created)
    • end (dmp/project/end)
    • issued (dmp/dataset/issued)
    • modified (dmp//modified)
    • start (dmp/project/start)
    • start_date (dmp/dataset/distribution/license/start_date)

JSON Schema

  1. All of the above to match specification.

  2. Removed all minItems restrictions to arrays.

    Example:
    This will now pass validation:

    "license": []