Sha256: 3330016132876fab7f06f92cf65b7e8c9c136cd50dadaadc9184355ae6bfb32d

Contents?: true

Size: 1.85 KB

Versions: 22

Compression:

Stored size: 1.85 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,
      "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

22 entries across 22 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.4.5 schema/scope.json
adiwg-mdjson_schemas-2.4.4 schema/scope.json
adiwg-mdjson_schemas-2.4.3 schema/scope.json
adiwg-mdjson_schemas-2.4.2 schema/scope.json
adiwg-mdjson_schemas-2.4.1 schema/scope.json
adiwg-mdjson_schemas-2.4.0 schema/scope.json
adiwg-mdjson_schemas-2.3.2 schema/scope.json
adiwg-mdjson_schemas-2.3.1 schema/scope.json
adiwg-mdjson_schemas-2.3.0 schema/scope.json
adiwg-mdjson_schemas-2.2.0 schema/scope.json
adiwg-mdjson_schemas-2.1.2 schema/scope.json
adiwg-mdjson_schemas-2.1.1 schema/scope.json
adiwg-mdjson_schemas-2.1.0 schema/scope.json
adiwg-mdjson_schemas-2.0.3 schema/scope.json
adiwg-mdjson_schemas-2.0.2 schema/scope.json
adiwg-mdjson_schemas-2.0.1 schema/scope.json
adiwg-mdjson_schemas-2.0.0 schema/scope.json
adiwg-mdjson_schemas-2.0.0.pre.beta.7 schema/scope.json
adiwg-mdjson_schemas-2.0.0.pre.beta.6 schema/scope.json
adiwg-mdjson_schemas-2.0.0.pre.beta.5 schema/scope.json