{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "description": "Describes the Example API base resource",
  "title": "Example API base resource",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "$ref": "id-uuid.json" 
    }
  }
}
