Sha256: 4ddfd94a989a0ba56bcf8d2b86e474e0f9ef0198b92e3437e8778a69449bfa32

Contents?: true

Size: 332 Bytes

Versions: 6

Compression:

Stored size: 332 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "minLength": 1,
      "maxLength": 255
    },
    "description": {
      "type": "string",
      "maxLength": 32767
    }
  },
  "additionalProperties": false,
  "required": [
    "name"
  ]
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
losant_rest-1.0.5 schemas/orgPost.json
losant_rest-1.0.4 schemas/orgPost.json
losant_rest-1.0.3 schemas/orgPost.json
losant_rest-1.0.2 schemas/orgPost.json
losant_rest-1.0.1 schemas/orgPost.json
losant_rest-1.0.0 schemas/orgPost.json