Sha256: 140c9820f33af437703349b69cd13b1a19f08cab2644ae977a2ce1056110159c
Contents?: true
Size: 475 Bytes
Versions: 156
Compression:
Stored size: 475 Bytes
Contents
{ "namespace": "com.my-namespace", "name": "MySchemaWithId", "type": "record", "doc": "Test schema", "fields": [ { "name": "test_id", "type": "string", "doc": "test string" }, { "name": "some_int", "type": "int", "doc": "test int" }, { "name": "message_id", "type": "string", "doc": "UUID" }, { "name": "timestamp", "type": "string", "doc": "timestamp" } ] }
Version data entries
156 entries across 156 versions & 4 rubygems