Sha256: 39d77dfeaa4e903bbe384f2abd0cb64128acdb19eabf8ddf247acb4d121cf4af

Contents?: true

Size: 766 Bytes

Versions: 2

Compression:

Stored size: 766 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "attributeGroup.json#",
  "type": "object",
  "description": "Information about groups of attributes describing a coverage.",
  "required": ["attributeContentType"],
  "additionalProperties": true,
  "properties": {
    "attributeContentType": {
      "type": "array",
      "description": "Type of information represented by the values",
      "translation": {
        "ISO 19115-2": ["MI_ImageDescription | MI_CoverageDescription > contentType"]
      },
      "items": {
        "type": "string"
      }
    },
    "attribute": {
      "type": "array",
      "description": "",
      "example": "",
      "translation": {},
      "items": {
        "$ref": "./attribute.json#"
      }
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.0.0.pre.alpha.1 schema/attributeGroup.json
adiwg-mdjson_schemas-2.0.0.pre.alpha schema/attributeGroup.json