Sha256: d5205a5c28d96788e644403093b6b9a5cde1a4598d8eec8f7d87c3cbb066bb71
Contents?: true
Size: 767 Bytes
Versions: 1
Compression:
Stored size: 767 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": { "oneOf": [ { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, { "type": "string" } ] }, "message": { "type": "string" } } } } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
losant_rest-1.16.6 | schemas/validationErrors.json |