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