Sha256: e611be9a0915f30b7388ed9c9780d39cb6787390d1ebb2f858f135482c5b9cdb

Contents?: true

Size: 1.17 KB

Versions: 7

Compression:

Stored size: 1.17 KB

Contents

{
  "id": "usage.json#",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "description": "Description of ways in which the resource is currently or has been used.",
  "translation": {
    "ISO 19115-2": ["MD_Usage"]
  },
  "required": ["specificUsage", "userContactInfo"],
  "additionalProperties": false,
  "properties": {
    "specificUsage": {
      "type": "string",
      "description": "Brief description of the resource usage.",
      "translation": {
        "ISO 19115-2": ["MD_Usage > specific usage"]
      }
    },
    "userDeterminedLimitation": {
      "type": "string",
      "description": "Usage that the provider's have determined the resource not being suitable for.",
      "translation": {
        "ISO 19115-2": ["MD_Usage > userDeterminedLimitations"]
      }
    },
    "userContactInfo": {
      "type": "array",
      "description": "Identification of and means of communicating with the person(s) and organization(s) using the resource.",
      "translation": {
        "ISO 19115-2": ["MD_Usage > userContactInfo"]
      },
      "uniqueItems": true,
      "items": {
        "$ref": "contact.json#/definitions/contactRef"
      }
    }
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
adiwg-json_schemas-0.9.6 schema/schema/usage.json
adiwg-json_schemas-0.9.5 schema/schema/usage.json
adiwg-json_schemas-0.9.4 schema/schema/usage.json
adiwg-json_schemas-0.9.3 schema/schema/usage.json
adiwg-json_schemas-0.9.2 schema/schema/usage.json
adiwg-json_schemas-0.9.1 schema/schema/usage.json
adiwg-json_schemas-0.9.0 schema/schema/usage.json