Sha256: ff1aa2e1303cc9d23a2fd8b8f4aca2a5db43953718705159ca3f4c6cf1006071
Contents?: true
Size: 553 Bytes
Versions: 19
Compression:
Stored size: 553 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 } }, "required": [ "name", "caBundle" ], "additionalProperties": false }
Version data entries
19 entries across 19 versions & 1 rubygems