Sha256: 0f063d66774da4abf8e38fa4b500faf8ad0b81a7908e56da35406ee0a1499a6c

Contents?: true

Size: 465 Bytes

Versions: 2

Compression:

Stored size: 465 Bytes

Contents

{
  "id": "graphicOverview.json#",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "description": "schema for browse graphic",
  "type": "object",
  "required": ["fileName"],  
  "additionalProperties": true,
  "properties": {
    "fileName": {
      "type": "string"
    },
    "fileDescription": {
      "type": "string"
    },
    "fileType": {
      "type": "string"
    },
    "fileLink": {
      "$ref": "../schema.json#/definitions/url"
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

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