{
 "title": "Farmer Biography Details",
 "type": "object",
 "properties": {
  "biography": {
   "title": "",
   "type": "object",
   "properties": {
    "farmerDesc": {
     "title": "Farmer Introduction",
     "type": "string"
    },
    "gallery": {
     "type": "array",
     "title": "Farmer gallery",
     "items": {
      "type": "string"
     },
     "description": "Farmer Gallery"
    }
   }
  }
 },
 "definitions": {},
 "$id": "/farmbook/farmerBiography"
}