{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "numerator", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "studentgroup", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "group", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "response", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "question", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "organizationname", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "organizationid", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "denominator", "type": [ "null", { "type": "string" } ] } ] }