Sha256: 3008b9c4d311970d96bb7e3a0cf2df995cdecae10fea6a5befde394359855e85

Contents?: true

Size: 1.17 KB

Versions: 6

Compression:

Stored size: 1.17 KB

Contents

{
  "id": "onlineResource.json#",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "description": "Information about accessing online resources and services.",
  "required": ["uri"],
  "additionalProperties": false,
  "properties": {
    "uri": {
      "$ref": "../schema.json#/definitions/uri"
    },
    "name": {
      "type": "string",
      "description": "Name of the online resource.",
      "translation": {
        "ISO 19115-2": ["CI_OnlineResource > name"]
      }
    },
    "protocol": {
      "type": "string",
      "description": "The connection protocol to be used such as: ftp, http, etc.",
      "translation": {
        "ISO 19115-2": ["CI_OnlineResource > protocol"]
      }
    },
    "description": {
      "type": "string",
      "description": "Detailed text description of what the online resource is/does.",
      "translation": {
        "ISO 19115-2": ["CI_OnlineResource > description"]
      }
    },
    "function": {
      "type": "string",
      "description": "Function performed by the online resource.",
      "translation": {
        "ISO 19115-2": ["CI_OnlineResource > function > CI_OnlineFunctionCode [codelist]"]
      }
    }
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

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