Sha256: c8f694a0570c71c1245634264f1d74c85c9501a105bd836fe60576e1aabb14a7
Contents?: true
Size: 418 Bytes
Versions: 3
Compression:
Stored size: 418 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "status": { "type": "string", "enum": [ "active", "inactive" ] }, "description": { "type": "string", "maxLength": 32767 }, "certificate": { "type": "string", "maxLength": 32767, "minLength": 50 } }, "additionalProperties": false }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
losant_rest-1.9.1 | schemas/applicationCertificatePatch.json |
losant_rest-1.9.0 | schemas/applicationCertificatePatch.json |
losant_rest-1.8.9 | schemas/applicationCertificatePatch.json |