Schema Viewer
Viewing v2/runtime/player/patch.json
{
  "id": "https://dev.playlyfe.com/schemas/v2/runtime/player/patch.json",
  "type": "object",
  "additionalProperties": true,
  "required": [
    "body"
  ],
  "properties": {
    "params": {
      "$ref": "https://dev.playlyfe.com/schemas/v2/common/component.json"
    },
    "body": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "alias": {
          "type": "string",
          "format": "simpleText",
          "maxLength": 50,
          "minLength": 3
        },
        "email": {
          "type": "string",
          "format": "email"
        }
      }
    }
  }
}