Sha256: 43eba8d2df0c41947c1e4be178ec2a0352d8211fba125af64ece5b04b6e3256b

Contents?: true

Size: 544 Bytes

Versions: 21

Compression:

Stored size: 544 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "applicationId": {
      "type": "string",
      "pattern": "^[A-Fa-f\\d]{24}$"
    },
    "lastUpdated": {
      "type": "string",
      "format": "date-time"
    },
    "lastUpdatedById": {
      "type": "string",
      "pattern": "^[A-Fa-f\\d]{24}$"
    },
    "lastUpdatedByType": {
      "type": "string",
      "enum": [
        "flow",
        "user",
        "apiToken"
      ]
    },
    "content": {
      "type": "string"
    }
  }
}

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
losant_rest-1.16.5 schemas/applicationReadme.json
losant_rest-1.16.3 schemas/applicationReadme.json
losant_rest-1.16.2 schemas/applicationReadme.json
losant_rest-1.16.1 schemas/applicationReadme.json
losant_rest-1.16.0 schemas/applicationReadme.json
losant_rest-1.15.2 schemas/applicationReadme.json
losant_rest-1.15.1 schemas/applicationReadme.json
losant_rest-1.15.0 schemas/applicationReadme.json
losant_rest-1.14.1 schemas/applicationReadme.json
losant_rest-1.14.0 schemas/applicationReadme.json
losant_rest-1.13.1 schemas/applicationReadme.json
losant_rest-1.13.0 schemas/applicationReadme.json
losant_rest-1.12.0 schemas/applicationReadme.json
losant_rest-1.11.1 schemas/applicationReadme.json
losant_rest-1.11.0 schemas/applicationReadme.json
losant_rest-1.10.4 schemas/applicationReadme.json
losant_rest-1.10.3 schemas/applicationReadme.json
losant_rest-1.10.2 schemas/applicationReadme.json
losant_rest-1.10.1 schemas/applicationReadme.json
losant_rest-1.10.0 schemas/applicationReadme.json