{
  "type":"object",
  "$schema": "http://json-schema.org/draft-04/schema",
  "id": "http://jsonschema.net",
  "$ref": "http://localhost/system/tenantObject.schema",
  "properties": {
    "title" : {
        "type" : "string",
        "required": true,
        "default" : ""
    }
  }
}
