Sha256: 5ee47fab67a838a923f0fd623f13c37f3ecc8b25acb1f11c87e87285a8922945
Contents?: true
Size: 282 Bytes
Versions: 4
Compression:
Stored size: 282 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-03/schema#", "title": "Common schema for service JSON responses", "properties": { "links": { "type": "array", "items": { "properties": { "rel": { "type": "string" } } }, "minItems": 1 } } }
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rack-schema-0.7.0 | spec/schemas/response.json |
rack-schema-0.6.1 | spec/schemas/response.json |
rack-schema-0.6.0 | spec/schemas/response.json |
rack-schema-0.5.0 | spec/schemas/response.json |