Schema Viewer
Viewing v2/runtime/processes/post.json
{
  "id": "https://dev.playlyfe.com/schemas/v2/runtime/processes/post.json",
  "type": "object",
  "additionalProperties": true,
  "required": [
    "body"
  ],
  "properties": {
    "params": {
      "$ref": "https://dev.playlyfe.com/schemas/v2/common/component.json"
    },
    "body": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "definition"
      ],
      "properties": {
        "definition": {
          "type": "string",
          "format": "id",
          "maxLength": 50
        },
        "id": {
          "type": "string",
          "format": "id",
          "maxLength": 50
        },
        "name": {
          "type": "string",
          "format": "simpleText",
          "minLength": 3,
          "maxLength": 150
        },
        "access": {
          "type": "string",
          "enum": [
            "PRIVATE",
            "PUBLIC",
            "PROTECTED"
          ]
        }
      }
    }
  }
}