{
  "id": "human",
  "title": "Human",
  "description": "Human",
  "type": "object",
  "primaryKey": ["name"],
  "properties": {
    "name": {
      "type": "string"
    },
    "age": {
      "type": "string"
    }
  }
}