github.com/Jeffail/benthos/v3@v3.65.0/resources/docker/schema_registry/blob_schema.json (about)

     1  {
     2    "type": "record",
     3    "name": "BenthosExample",
     4    "fields": [
     5      { "name": "ID", "type": "string" },
     6      { "name": "Name", "type": "string" },
     7      { "name": "Gooeyness", "type": "double", "default": 0 },
     8      { "name": "Bouncing", "type": "boolean", "default": true }
     9    ]
    10  }