Sha256: fb6124be75cb7205ec1635bc2282af5eeafa6933b748a186c57ba108db4e7a22

Contents?: true

Size: 1.26 KB

Versions: 3

Compression:

Stored size: 1.26 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.",
  "example": "../../examples/full_example.json#/metadata/resourceInfo/resourceSpecificUsage/0",
  "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

3 entries across 3 versions & 2 rubygems

Version Path
adiwg-mdtranslator-1.0.0rc2 test/schemas/v1_0/schema/schema/usage.json
adiwg-mdtranslator-1.0.0rc1 test/schemas/v1_0/schema/schema/usage.json
adiwg-mdjson_schemas-1.0.0rc1 schema/schema/usage.json