Sha256: 0155f37f3819862875b09371460e7ef74ae5345d88ac300758ed4f3f9619c5e1

Contents?: true

Size: 769 Bytes

Versions: 20

Compression:

Stored size: 769 Bytes

Contents

{
  "name": "item_v1",
  "doc": "Playground App - item attached to a payment",
  "namespace": "<%= namespace %>",
  "type": "record",
  "fields": [
    {
      "name": "gid",
      "type": "string",
      "doc": "The global ID of the item that is being sold"
    },
    {
      "name": "net_amount",
      "type": "int",
      "doc": "The price of the item in cents (without tax)"
    },
    {
      "name": "tax_rate",
      "type": "float",
      "doc": "The tax rate for the item"
    },
    {
      "name": "created_at",
      "type": "string",
      "doc": "When the user was created (ISO 8601)"
    },
    {
      "name": "updated_at",
      "type": [
        "null",
        "string"
      ],
      "doc": "When the item was last updated (ISO 8601)"
    }
  ]
}

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
rimless-1.10.2 doc/kafka-playground/config/avro_schemas/playground_app/item_v1.avsc.erb
rimless-1.10.1 doc/kafka-playground/config/avro_schemas/playground_app/item_v1.avsc.erb
rimless-1.10.0 doc/kafka-playground/config/avro_schemas/playground_app/item_v1.avsc.erb
rimless-1.9.0 doc/kafka-playground/config/avro_schemas/playground_app/item_v1.avsc.erb
rimless-1.8.0 doc/kafka-playground/config/avro_schemas/playground_app/item_v1.avsc.erb
rimless-1.7.7 doc/kafka-playground/config/avro_schemas/playground_app/item_v1.avsc.erb
rimless-1.7.6 doc/kafka-playground/config/avro_schemas/playground_app/item_v1.avsc.erb
rimless-1.7.5 doc/kafka-playground/config/avro_schemas/playground_app/item_v1.avsc.erb
rimless-1.7.4 doc/kafka-playground/config/avro_schemas/playground_app/item_v1.avsc.erb
rimless-1.7.3 doc/kafka-playground/config/avro_schemas/playground_app/item_v1.avsc.erb
rimless-1.7.2 doc/kafka-playground/config/avro_schemas/playground_app/item_v1.avsc.erb
rimless-1.7.1 doc/kafka-playground/config/avro_schemas/playground_app/item_v1.avsc.erb
rimless-1.7.0 doc/kafka-playground/config/avro_schemas/playground_app/item_v1.avsc.erb
rimless-1.6.0 doc/kafka-playground/config/avro_schemas/playground_app/item_v1.avsc.erb
rimless-1.5.1 doc/kafka-playground/config/avro_schemas/playground_app/item_v1.avsc.erb
rimless-1.5.0 doc/kafka-playground/config/avro_schemas/playground_app/item_v1.avsc.erb
rimless-1.4.2 doc/kafka-playground/config/avro_schemas/playground_app/item_v1.avsc.erb
rimless-1.4.1 doc/kafka-playground/config/avro_schemas/playground_app/item_v1.avsc.erb
rimless-1.4.0 doc/kafka-playground/config/avro_schemas/playground_app/item_v1.avsc.erb
rimless-1.3.0 doc/kafka-playground/config/avro_schemas/playground_app/item_v1.avsc.erb