Sha256: 00fb5ef913785b7020a63485d3631a98d6fb541b12eb7f61889c81204da4e391
Contents?: true
Size: 245 Bytes
Versions: 4
Compression:
Stored size: 245 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-03/schema#", "title": "An auction to sell a widget", "additionalProperties": false, "properties": { "bids": { "type": "integer" }, "price": { "type": "integer", "required": true } } }
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rack-schema-0.7.0 | spec/schemas/auction.json |
rack-schema-0.6.1 | spec/schemas/auction.json |
rack-schema-0.6.0 | spec/schemas/auction.json |
rack-schema-0.5.0 | spec/schemas/auction.json |