Sha256: 4366d6301fb40c3f23abdc5e0be0ceeb6cc5dc7a634c761eeae1b1d91a18b764

Contents?: true

Size: 1.73 KB

Versions: 40

Compression:

Stored size: 1.73 KB

Contents

{
  "id": "maintInfo.json#",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "description": "Information about the maintenance of a resource.",
  "example": "../examples/maintenance.json",
  "translation": {
    "ISO 19115-2": ["MD_MaintenanceInformation"]
  },
  "codelist": "iso_maintenanceFrequency",
  "required": ["frequency"],
  "additionalProperties": true,
  "properties": {
    "frequency": {
      "type": "string",
      "description": "Describes the frequency of additions and updates made to a resource.",
      "translation": {
        "ISO 19115-2": ["MD_MaintenanceInformation > maintenanceAndUpdateFrequency [MD_MaintenanceFrequencyCode]"]
      }
    },
    "date": {
      "type": "array",
      "description": "Date related to resource maintenance.",
      "translation": {},
      "items": {
        "$ref": "common.json#/definitions/dateObject"
      }
    },
    "scope": {
      "type": "array",
      "description": "Type of resource to which the maintenance information applies.",
      "translation": {},
      "items": {
        "$ref": "./scope.json#"
      }
    },
    "note": {
      "type": "array",
      "description": "Notes regarding the maintenance of the resource.",
      "translation": {
        "ISO 19115-2": ["MD_MaintenanceInformation > maintenanceNote"]
      },
      "items": {
        "type": "string"
      }
    },
    "contact": {
      "type": "array",
      "description": "Contact information for the maintainer of the resource.",
      "translation": {
        "ISO 19115-2": ["MD_MaintenanceInformation > contact > CI_Contact"],
        "FGDC CSDGM": ["metainfo > metc"]
      },
      "uniqueItems": true,
      "items": {
        "$ref": "./responsibility.json#"
      }
    }
  }
}

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.9.2.pre.beta.21 schema/maintInfo.json
adiwg-mdjson_schemas-2.9.2.pre.beta.20 schema/maintInfo.json
adiwg-mdjson_schemas-2.9.2.pre.beta.19 schema/maintInfo.json
adiwg-mdjson_schemas-2.9.1 schema/maintInfo.json
adiwg-mdjson_schemas-2.9.0 schema/maintInfo.json
adiwg-mdjson_schemas-2.8.1 schema/maintInfo.json
adiwg-mdjson_schemas-2.8.0 schema/maintInfo.json
adiwg-mdjson_schemas-2.8.0.pre.beta9 schema/maintInfo.json
adiwg-mdjson_schemas-2.8.0.pre.beta8 schema/maintInfo.json
adiwg-mdjson_schemas-2.8.0.pre.rc8 schema/maintInfo.json
adiwg-mdjson_schemas-2.8.0.pre.rc7 schema/maintInfo.json
adiwg-mdjson_schemas-2.8.0.pre.beta6 schema/maintInfo.json
adiwg-mdjson_schemas-2.8.0.pre.beta3 schema/maintInfo.json
adiwg-mdjson_schemas-2.8.0.pre.beta2 schema/maintInfo.json
adiwg-mdjson_schemas-2.8.0.pre.beta schema/maintInfo.json
adiwg-mdjson_schemas-2.7.0 schema/maintInfo.json
adiwg-mdjson_schemas-2.6.3 schema/maintInfo.json
adiwg-mdjson_schemas-2.6.2 schema/maintInfo.json
adiwg-mdjson_schemas-2.6.1 schema/maintInfo.json
adiwg-mdjson_schemas-2.6.0 schema/maintInfo.json