Sha256: 73b73225501d19d0c94426ff27618e09589e609dd0c3ac2a9db941e438f4f6ab

Contents?: true

Size: 1.87 KB

Versions: 32

Compression:

Stored size: 1.87 KB

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "scope.json#",
  "type": "object",
  "title": "",
  "description": "The target resource and physical extent for which information is reported.",
  "example": "../examples/scope.json",
  "additionalProperties": true,
  "required": ["scopeCode"],
  "properties": {
    "scopeCode": {
      "type": "string",
      "title": "",
      "description": "Class of information to which the resource applies.",
      "translation": {}
    },
    "scopeDescription": {
      "type": "array",
      "description": "Detailed description/listing of the items specified by the scope.",
      "translation": {},
      "items": {
        "$ref": "#/definitions/scopeDescription"
      }
    },
    "scopeExtent": {
      "type": "array",
      "description": "Information about the horizontal, vertical and temporal extent of the resource specified by the scope.",
      "translation": {},
      "items": {
        "$ref": "./extent.json#"
      }
    }
  },
  "definitions": {
    "scopeDescription": {
      "type": "object",
      "additionalProperties": true,
      "minProperties": 1,
      "properties": {
        "dataset": {
          "type": "string",
          "description": "Dataset to which the information applies.",
          "translation": {}
        },
        "attributes": {
          "type": "string",
          "description": "Instances of attribute types to which the information is applied.",
          "translation": {}
        },
        "features": {
          "type": "string",
          "description": "Instances of feature types to which the information is applied.",
          "translation": {}
        },
        "other": {
          "type": "string",
          "description": "Class of information that does not fall into the other categories to which the information applies.",
          "translation": {}
        }
      }
    }
  }
}

Version data entries

32 entries across 32 versions & 1 rubygems

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