Sha256: aac33a2aaaaa7aa86363bfca54fa6f1507e3ef4110ae81a36daceff19580c0f5
Contents?: true
Size: 580 Bytes
Versions: 18
Compression:
Stored size: 580 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "type": { "type": "string" }, "message": { "type": "string" }, "validationErrors": { "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string" }, "name": { "type": "string" }, "id": { "type": "string" }, "message": { "type": "string" } } } } } }
Version data entries
18 entries across 18 versions & 1 rubygems