{
  "type":"object",
  "$schema": "http://json-schema.org/draft-04/schema",
  "id": "http://jsonschema.net",
  "$ref": "http://localhost/system/trackedObject.schema",
  "properties": {
    "name": {
      "type": "string",
      "required": true,
      "index" : {
        "unique": true
      }
    },
    "version": {
      "type": "string"
    },
    "statement": [ "policyStatement" ]
  }
}
