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

Version Path
losant_rest-1.21.0 schemas/applicationCertificateAuthorityPost.json
losant_rest-1.20.1 schemas/applicationCertificateAuthorityPost.json
losant_rest-1.20.0 schemas/applicationCertificateAuthorityPost.json
losant_rest-1.19.9 schemas/applicationCertificateAuthorityPost.json
losant_rest-1.19.8 schemas/applicationCertificateAuthorityPost.json
losant_rest-1.19.6 schemas/applicationCertificateAuthorityPost.json
losant_rest-1.19.4 schemas/applicationCertificateAuthorityPost.json
losant_rest-1.19.3 schemas/applicationCertificateAuthorityPost.json
losant_rest-1.19.2 schemas/applicationCertificateAuthorityPost.json
losant_rest-1.19.1 schemas/applicationCertificateAuthorityPost.json
losant_rest-1.19.0 schemas/applicationCertificateAuthorityPost.json
losant_rest-1.18.0 schemas/applicationCertificateAuthorityPost.json
losant_rest-1.17.5 schemas/applicationCertificateAuthorityPost.json
losant_rest-1.17.4 schemas/applicationCertificateAuthorityPost.json
losant_rest-1.17.3 schemas/applicationCertificateAuthorityPost.json
losant_rest-1.17.2 schemas/applicationCertificateAuthorityPost.json
losant_rest-1.17.1 schemas/applicationCertificateAuthorityPost.json
losant_rest-1.17.0 schemas/applicationCertificateAuthorityPost.json
losant_rest-1.16.6 schemas/applicationCertificateAuthorityPost.json