Sha256: 097558f803ed5f3ab657c492ce089cfc0e1cfb33a42647b2737ff2472115e393
Contents?: true
Size: 209 Bytes
Versions: 4
Compression:
Stored size: 209 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-03/schema#", "title": "A widget", "type": "object", "additionalProperties": false, "properties": { "name": { "type": "string", "required": true } } }
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rack-schema-0.7.0 | spec/schemas/widget.json |
rack-schema-0.6.1 | spec/schemas/widget.json |
rack-schema-0.6.0 | spec/schemas/widget.json |
rack-schema-0.5.0 | spec/schemas/widget.json |