Sha256: 028b7ce2fc38089bc54c6992022c5c04575fe9f50b7edc8618151c9dc42e2163

Contents?: true

Size: 1.73 KB

Versions: 16

Compression:

Stored size: 1.73 KB

Contents

{
  "id": "onlineResource.json#",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "description": "Information about accessing online resources and services.",
  "example": "../examples/onlineResource.json",
  "required": ["uri"],
  "additionalProperties": true,
  "properties": {
    "uri": {
      "$ref": "common.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]"]
      }
    },
    "applicationProfile": {
      "type": "string",
      "description": "Name of an application profile that can be used with the online resource.",
      "translation": {
        "ISO 19115-2": ["CI_OnlineResource > applicationProfile"]
      }
    },
    "protocolRequest": {
      "type": "string",
      "description": "Request used to access the resource depending on the protocol, e.g. body of POST(http)_ request.",
      "translation": {
        "ISO 19115-1": ["CI_OnlineResource > protocolRequest"]
      }
    }
  }
}

Version data entries

16 entries across 16 versions & 1 rubygems

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