Sha256: 259590aa370e0561806eb9b6293e6842548c0e8b63f9fd881d6d5bf981e64cee

Contents?: true

Size: 761 Bytes

Versions: 3

Compression:

Stored size: 761 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "email": {
      "type": "string",
      "format": "email",
      "maxLength": 1024
    },
    "callbackUrl": {
      "type": "string",
      "format": "uri",
      "maxLength": 1024
    },
    "resourceGroupBy": {
      "type": "string",
      "enum": [
        "application",
        "organization"
      ]
    },
    "dateGroupBy": {
      "type": "string",
      "enum": [
        "day",
        "month"
      ]
    },
    "includeSandbox": {
      "type": "boolean"
    },
    "start": {
      "type": "string",
      "format": "date-time"
    },
    "end": {
      "type": "string",
      "format": "date-time"
    }
  },
  "additionalProperties": false
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
losant_rest-1.16.5 schemas/instanceReportOptionsPost.json
losant_rest-1.16.3 schemas/instanceReportOptionsPost.json
losant_rest-1.16.2 schemas/instanceReportOptionsPost.json