{
  "id": "http://yourdomain.com/schemas/myschema.json",
  "description": "Example description",
  "type": "object",
  "properties": {
    "first_name": {
      "description": "the first name",
      "type": "string"
    }
  },
  "additionalProperties": false
}
