Sha256: fec7dc8e18728233d95a821460f3d5a4eda64d30fea3ec6e485757be2edb8b44
Contents?: true
Size: 505 Bytes
Versions: 19
Compression:
Stored size: 505 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "name": { "type": "string", "minLength": 1, "maxLength": 255 }, "status": { "type": "string", "enum": [ "active", "inactive" ] }, "description": { "type": "string", "maxLength": 32767 }, "caBundle": { "type": "string", "maxLength": 32767, "minLength": 50 } }, "additionalProperties": false }
Version data entries
19 entries across 19 versions & 1 rubygems