Sha256: 980369acdbced3c318d2d9fff4ca5d8ce5941b63534421c290bc004c7ae9af3d
Contents?: true
Size: 314 Bytes
Versions: 10
Compression:
Stored size: 314 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "result": { "type": "string", "enum": [ "accepted", "rejected", "dismissed" ] }, "orgId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" } } }
Version data entries
10 entries across 10 versions & 1 rubygems