Sha256: 0255e96b5258db9fa6556a03ef9342eae7c57cc4038e7fad471e0af9ea35ee0a
Contents?: true
Size: 363 Bytes
Versions: 10
Compression:
Stored size: 363 Bytes
Contents
{ "namespace": "com.my-namespace", "name": "MySchemaWithTitle", "type": "record", "doc": "Test schema", "fields": [ { "name": "test_id", "type": "string", "doc": "test string" }, { "name": "some_int", "type": "int", "doc": "test int" }, { "name": "title", "type": "string" } ] }
Version data entries
10 entries across 10 versions & 1 rubygems