{
 "schema": {
  "fields": [
   {
    "name": "x",
    "type": "RECORD",
    "mode": "NULLABLE",
    "fields": [
     {
      "name": "a",
      "type": "INTEGER",
      "mode": "NULLABLE"
     },
     {
      "name": "b",
      "type": "STRING",
      "mode": "NULLABLE"
     }
    ]
   }
  ]
 }
}
