Sha256: 2d3d9d493d91d6a0d85af777f771673b2c6618c97a2dea8e8a230acf039dc10a

Contents?: true

Size: 537 Bytes

Versions: 2

Compression:

Stored size: 537 Bytes

Contents

{
  "id": "onlineResource.json#",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "description": "schema for online resource",
  "type": "object",
  "required": ["uri"],
  "additionalProperties": false,
  "properties": {
    "uri": {
      "$ref": "../schema.json#/definitions/uri"
    },
    "name": {
      "type": "string"
    },
    "protocol": {
      "type": "string"
    },
    "doi": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "function": {
      "type": "string"
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
adiwg-json_schemas-0.5.2 schema/schema/onlineResource.json
adiwg-json_schemas-0.5.0 schema/schema/onlineResource.json