tdwg / cd

Collection Descriptions
Creative Commons Attribution 4.0 International
23 stars 10 forks source link

auto-json #433

Closed magpiedin closed 1 year ago

magpiedin commented 1 year ago

overwriting the live json-schema output -- FYI:

The string "format" as date/date-time for those 4 terms may need a new column or value in the terms or datatype CSVs to regenerate this:

      "endedAtTime": {
        "description": "The date or time when a Person stopped fulfilling the role specified in the role property.",
        "type": "string",
        "oneOf": [
            {
              "format": "date"
            },
            {
              "format": "date-time"
            }
          ]
        }

For now, those formats look like the only pieces that aren't reproduced [yet]