Sha256: c3132c5c550946d5818e7ed9faa8c8cbd42b79bc9c65f2d326727a088e7305f3

Contents?: true

Size: 940 Bytes

Versions: 10

Compression:

Stored size: 940 Bytes

Contents

[
  {
    "maintenanceFrequency": "maintenanceFrequency",
    "maintenanceNote": ["maintenanceNote1", "maintenanceNote2"],
    "maintenanceContact": [
      {
        "contactId": "contactId1",
        "role": "role1"
      }, {
        "contactId": "contactId2",
        "role": "role2"
      }
    ]
  }, {
    "maintenanceFrequency": "annually",
    "maintenanceNote": ["metadata is updated each year after data from that year has been added to the dataset", "Oh, and this is a second note."],
    "maintenanceContact": [
      {
        "contactId": "4",
        "role": "custodian"
      }, {
        "contactId": "2",
        "role": "owner"
      }
    ]
  }, {
    "maintenanceFrequency": "annually",
    "maintenanceNote": ["metadata is updated each year after data from that year has been added to the datasest"]
  }, {
    "maintenanceFrequency": "asNeeded"
  }, {
    "maintenanceNote": ["Test of missing frequency code."]
  }
]

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
adiwg-mdjson_schemas-1.1.3 examples/maintInfo.json
adiwg-mdjson_schemas-1.1.2 examples/maintInfo.json
adiwg-mdjson_schemas-1.1.1 examples/maintInfo.json
adiwg-mdjson_schemas-1.1.0 examples/maintInfo.json
adiwg-mdjson_schemas-1.0.2 examples/maintInfo.json
adiwg-mdjson_schemas-1.0.1 examples/maintInfo.json
adiwg-mdjson_schemas-1.0.0 examples/maintInfo.json
adiwg-mdtranslator-1.0.0rc2 test/schemas/v1_0/examples/maintInfo.json
adiwg-mdtranslator-1.0.0rc1 test/schemas/v1_0/examples/maintInfo.json
adiwg-mdjson_schemas-1.0.0rc1 examples/maintInfo.json