{
  "type": "object",
  "properties": {
    "width": {
      "description": "How large should complex-rubric be",
      "type": "string",
      "title": "width"
    },
    "rubricOptions": {
      "description": "Contains the available rubric types",
      "type": "array",
      "items": {
        "type": "string"
      },
      "title": "rubricOptions"
    },
    "simpleRubric": {
      "title": "RubricConfigure",
      "type": "object",
      "properties": {
        "baseInputConfiguration": {
          "title": "EditableHtmlConfigureProp",
          "type": "object",
          "properties": {
            "math": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "audio": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "video": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "image": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "customPlugins": {
              "description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
              "type": "array",
              "items": {
                "title": "CustomPlugin",
                "type": "object",
                "properties": {
                  "event": {
                    "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
                    "type": "string",
                    "title": "event"
                  },
                  "iconAlt": {
                    "description": "The alt for the custom button icon",
                    "type": "string",
                    "title": "iconAlt"
                  },
                  "iconType": {
                    "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
                    "type": "string",
                    "title": "iconType"
                  },
                  "icon": {
                    "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
                    "type": "string",
                    "title": "icon"
                  }
                },
                "required": [
                  "event",
                  "icon",
                  "iconAlt",
                  "iconType"
                ]
              },
              "title": "customPlugins"
            },
            "blockquote": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "h3": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "characters": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "bold": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "html": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "italic": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "ol_list": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "redo": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "strikethrough": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "sub": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "sup": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "table": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "ul_list": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "underline": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "undo": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            }
          }
        },
        "settingsPanelDisabled": {
          "description": "Indicates if the settings panel is not available",
          "type": "boolean",
          "title": "settingsPanelDisabled"
        },
        "showExcludeZero": {
          "title": "ConfigureProp",
          "type": "object",
          "properties": {
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "showMaxPoint": {
          "title": "ConfigureProp",
          "type": "object",
          "properties": {
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "width": {
          "description": "How large can the rubric be",
          "type": "string",
          "title": "width"
        },
        "mathMlOptions": {
          "title": "ConfigureMathMLProp",
          "type": "object",
          "properties": {
            "mmlOutput": {
              "description": "Indicates if model should have mathML output instead of latex",
              "type": "number",
              "title": "mmlOutput"
            },
            "mmlEditing": {
              "description": "Indicates if mathML that's already in model should be editable",
              "type": "number",
              "title": "mmlEditing"
            }
          }
        },
        "maxMaxPoints": {
          "description": "Indicates the max limit for scoring points",
          "type": "number",
          "title": "maxMaxPoints"
        },
        "showPrompt": {
          "description": "Determines whether prompt field will be displayed or not",
          "default": true,
          "type": "boolean",
          "title": "showPrompt"
        },
        "promptLabel": {
          "description": "The label for the item stem/prompt field",
          "default": "Item Stemm",
          "type": "string",
          "title": "promptLabel"
        },
        "contentDimensions": {
          "description": "Indicates the dimensions configuration for the authoring container\nNote: Some items have a default minimum width because of their content, but if\nthe minWidth is lower than this, the overflow behavior will take care of that",
          "default": ": {}",
          "type": "object",
          "properties": {
            "maxHeight": {
              "description": "Indicates the max height of the authoring container",
              "default": "undefined",
              "type": [
                "string",
                "number"
              ],
              "title": "maxHeight"
            },
            "maxWidth": {
              "description": "Indicates the max width of the authoring container",
              "default": "undefined",
              "type": [
                "string",
                "number"
              ],
              "title": "maxWidth"
            },
            "minHeight": {
              "description": "Indicates the min height of the authoring container",
              "default": "undefined",
              "type": [
                "string",
                "number"
              ],
              "title": "minHeight"
            },
            "minWidth": {
              "description": "Indicates the min width of the authoring container",
              "default": "undefined",
              "type": [
                "string",
                "number"
              ],
              "title": "minWidth"
            }
          },
          "title": "contentDimensions"
        },
        "settingsPartialScoring": {
          "description": "Indicates whether the settings panel wil allow the author to modify settings for partial scoring",
          "default": true,
          "type": "boolean",
          "title": "settingsPartialScoring"
        }
      }
    },
    "multiTraitRubric": {
      "description": "Config Object for @pie-elements/multi-trait-rubric",
      "additionalProperties": false,
      "title": "MultiTraitRubricConfigure",
      "type": "object",
      "properties": {
        "baseInputConfiguration": {
          "title": "EditableHtmlConfigureProp",
          "type": "object",
          "properties": {
            "math": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "audio": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "video": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "image": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "customPlugins": {
              "description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
              "type": "array",
              "items": {
                "title": "CustomPlugin",
                "type": "object",
                "properties": {
                  "event": {
                    "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
                    "type": "string",
                    "title": "event"
                  },
                  "iconAlt": {
                    "description": "The alt for the custom button icon",
                    "type": "string",
                    "title": "iconAlt"
                  },
                  "iconType": {
                    "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
                    "type": "string",
                    "title": "iconType"
                  },
                  "icon": {
                    "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
                    "type": "string",
                    "title": "icon"
                  }
                },
                "required": [
                  "event",
                  "icon",
                  "iconAlt",
                  "iconType"
                ]
              },
              "title": "customPlugins"
            },
            "blockquote": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "h3": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "characters": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "bold": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "html": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "italic": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "ol_list": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "redo": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "strikethrough": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "sub": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "sup": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "table": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "ul_list": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "underline": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "undo": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            }
          }
        },
        "expandedInput": {
          "title": "EditableHtmlPluginConfigure",
          "type": "object",
          "properties": {
            "inputConfiguration": {
              "title": "EditableHtmlConfigureProp",
              "type": "object",
              "properties": {
                "math": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "audio": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "video": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "image": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "customPlugins": {
                  "description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
                  "type": "array",
                  "items": {
                    "title": "CustomPlugin",
                    "type": "object",
                    "properties": {
                      "event": {
                        "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
                        "type": "string",
                        "title": "event"
                      },
                      "iconAlt": {
                        "description": "The alt for the custom button icon",
                        "type": "string",
                        "title": "iconAlt"
                      },
                      "iconType": {
                        "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
                        "type": "string",
                        "title": "iconType"
                      },
                      "icon": {
                        "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
                        "type": "string",
                        "title": "icon"
                      }
                    },
                    "required": [
                      "event",
                      "icon",
                      "iconAlt",
                      "iconType"
                    ]
                  },
                  "title": "customPlugins"
                },
                "blockquote": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "h3": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "characters": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "bold": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "html": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "italic": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "ol_list": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "redo": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "strikethrough": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "sub": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "sup": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "table": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "ul_list": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "underline": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "undo": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                }
              }
            },
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "labelInput": {
          "title": "EditableHtmlPluginConfigure",
          "type": "object",
          "properties": {
            "inputConfiguration": {
              "title": "EditableHtmlConfigureProp",
              "type": "object",
              "properties": {
                "math": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "audio": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "video": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "image": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "customPlugins": {
                  "description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
                  "type": "array",
                  "items": {
                    "title": "CustomPlugin",
                    "type": "object",
                    "properties": {
                      "event": {
                        "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
                        "type": "string",
                        "title": "event"
                      },
                      "iconAlt": {
                        "description": "The alt for the custom button icon",
                        "type": "string",
                        "title": "iconAlt"
                      },
                      "iconType": {
                        "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
                        "type": "string",
                        "title": "iconType"
                      },
                      "icon": {
                        "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
                        "type": "string",
                        "title": "icon"
                      }
                    },
                    "required": [
                      "event",
                      "icon",
                      "iconAlt",
                      "iconType"
                    ]
                  },
                  "title": "customPlugins"
                },
                "blockquote": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "h3": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "characters": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "bold": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "html": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "italic": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "ol_list": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "redo": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "strikethrough": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "sub": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "sup": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "table": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "ul_list": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "underline": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "undo": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                }
              }
            },
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "excludeZeroDialogBoxContent": {
          "title": "DialogContent",
          "type": "object",
          "properties": {
            "title": {
              "description": "Dialog box title",
              "type": "string",
              "title": "title"
            },
            "text": {
              "description": "Dialog box text",
              "type": "string",
              "title": "text"
            }
          }
        },
        "includeZeroDialogBoxContent": {
          "title": "DialogContent",
          "type": "object",
          "properties": {
            "title": {
              "description": "Dialog box title",
              "type": "string",
              "title": "title"
            },
            "text": {
              "description": "Dialog box text",
              "type": "string",
              "title": "text"
            }
          }
        },
        "deleteScaleDialogBoxContent": {
          "title": "DialogContent",
          "type": "object",
          "properties": {
            "title": {
              "description": "Dialog box title",
              "type": "string",
              "title": "title"
            },
            "text": {
              "description": "Dialog box text",
              "type": "string",
              "title": "text"
            }
          }
        },
        "maxPointsDialogBoxContent": {
          "title": "DialogContent",
          "type": "object",
          "properties": {
            "title": {
              "description": "Dialog box title",
              "type": "string",
              "title": "title"
            },
            "text": {
              "description": "Dialog box text",
              "type": "string",
              "title": "text"
            }
          }
        },
        "settingsPanelDisabled": {
          "description": "Indicates if the settings panel is not available",
          "type": "boolean",
          "title": "settingsPanelDisabled"
        },
        "showExcludeZero": {
          "title": "ConfigureProp",
          "type": "object",
          "properties": {
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "showScorePointLabels": {
          "title": "ConfigureProp",
          "type": "object",
          "properties": {
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "showDescription": {
          "title": "ConfigureProp",
          "type": "object",
          "properties": {
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "showVisibleToStudent": {
          "title": "ConfigureProp",
          "type": "object",
          "properties": {
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "showHalfScoring": {
          "title": "ConfigureProp",
          "type": "object",
          "properties": {
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "spellCheck": {
          "title": "ConfigureProp",
          "type": "object",
          "properties": {
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "width": {
          "description": "How large (in px) should multi-trait-rubric be",
          "type": "string",
          "title": "width"
        },
        "minNoOfTraits": {
          "description": "Minimum number of traits",
          "type": "number",
          "title": "minNoOfTraits"
        },
        "maxNoOfTraits": {
          "description": "Maximum number of traits",
          "type": "number",
          "title": "maxNoOfTraits"
        },
        "minNoOfScales": {
          "description": "Minimum number of scales",
          "type": "number",
          "title": "minNoOfScales"
        },
        "maxNoOfScales": {
          "description": "Maximum number of scales",
          "type": "number",
          "title": "maxNoOfScales"
        },
        "defaultTraitLabel": {
          "description": "The default trait label for new created scales.\nIf it's not defined, it will default to the label of the first trait.",
          "type": "string",
          "title": "defaultTraitLabel"
        },
        "mathMlOptions": {
          "title": "ConfigureMathMLProp",
          "type": "object",
          "properties": {
            "mmlOutput": {
              "description": "Indicates if model should have mathML output instead of latex",
              "type": "number",
              "title": "mmlOutput"
            },
            "mmlEditing": {
              "description": "Indicates if mathML that's already in model should be editable",
              "type": "number",
              "title": "mmlEditing"
            }
          }
        },
        "maxMaxPoints": {
          "description": "Indicates the max limit for scoring points",
          "type": "number",
          "title": "maxMaxPoints"
        }
      },
      "required": [
        "width"
      ]
    },
    "rubricless": {
      "title": "RubriclessConfigure",
      "type": "object",
      "properties": {
        "settingsPanelDisabled": {
          "description": "Indicates if the settings panel is not available",
          "type": "boolean",
          "title": "settingsPanelDisabled"
        },
        "showExcludeZero": {
          "title": "ConfigureProp",
          "type": "object",
          "properties": {
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "showMaxPoint": {
          "title": "ConfigureProp",
          "type": "object",
          "properties": {
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "width": {
          "description": "How large can the rubric be",
          "type": "string",
          "title": "width"
        },
        "mathMlOptions": {
          "title": "ConfigureMathMLProp",
          "type": "object",
          "properties": {
            "mmlOutput": {
              "description": "Indicates if model should have mathML output instead of latex",
              "type": "number",
              "title": "mmlOutput"
            },
            "mmlEditing": {
              "description": "Indicates if mathML that's already in model should be editable",
              "type": "number",
              "title": "mmlEditing"
            }
          }
        },
        "maxMaxPoints": {
          "description": "Indicates the max limit for scoring points",
          "type": "number",
          "title": "maxMaxPoints"
        },
        "rubricless": {
          "description": "Indicates that it is rubricless",
          "type": "boolean",
          "enum": [
            true
          ],
          "title": "rubricless"
        },
        "rubriclessInstruction": {
          "title": "EditableHtmlPluginConfigure",
          "type": "object",
          "properties": {
            "inputConfiguration": {
              "title": "EditableHtmlConfigureProp",
              "type": "object",
              "properties": {
                "math": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "audio": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "video": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "image": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "customPlugins": {
                  "description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
                  "type": "array",
                  "items": {
                    "title": "CustomPlugin",
                    "type": "object",
                    "properties": {
                      "event": {
                        "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
                        "type": "string",
                        "title": "event"
                      },
                      "iconAlt": {
                        "description": "The alt for the custom button icon",
                        "type": "string",
                        "title": "iconAlt"
                      },
                      "iconType": {
                        "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
                        "type": "string",
                        "title": "iconType"
                      },
                      "icon": {
                        "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
                        "type": "string",
                        "title": "icon"
                      }
                    },
                    "required": [
                      "event",
                      "icon",
                      "iconAlt",
                      "iconType"
                    ]
                  },
                  "title": "customPlugins"
                },
                "blockquote": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "h3": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "characters": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "bold": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "html": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "italic": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "ol_list": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "redo": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "strikethrough": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "sub": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "sup": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "table": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "ul_list": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "underline": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "undo": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                }
              }
            },
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "showPrompt": {
          "description": "Determines whether prompt field will be displayed or not",
          "default": true,
          "type": "boolean",
          "title": "showPrompt"
        },
        "promptLabel": {
          "description": "The label for the item stem/prompt field",
          "default": "Item Stemm",
          "type": "string",
          "title": "promptLabel"
        },
        "contentDimensions": {
          "description": "Indicates the dimensions configuration for the authoring container\nNote: Some items have a default minimum width because of their content, but if\nthe minWidth is lower than this, the overflow behavior will take care of that",
          "default": ": {}",
          "type": "object",
          "properties": {
            "maxHeight": {
              "description": "Indicates the max height of the authoring container",
              "default": "undefined",
              "type": [
                "string",
                "number"
              ],
              "title": "maxHeight"
            },
            "maxWidth": {
              "description": "Indicates the max width of the authoring container",
              "default": "undefined",
              "type": [
                "string",
                "number"
              ],
              "title": "maxWidth"
            },
            "minHeight": {
              "description": "Indicates the min height of the authoring container",
              "default": "undefined",
              "type": [
                "string",
                "number"
              ],
              "title": "minHeight"
            },
            "minWidth": {
              "description": "Indicates the min width of the authoring container",
              "default": "undefined",
              "type": [
                "string",
                "number"
              ],
              "title": "minWidth"
            }
          },
          "title": "contentDimensions"
        },
        "settingsPartialScoring": {
          "description": "Indicates whether the settings panel wil allow the author to modify settings for partial scoring",
          "default": true,
          "type": "boolean",
          "title": "settingsPartialScoring"
        }
      },
      "required": [
        "rubricless",
        "rubriclessInstruction"
      ]
    }
  },
  "required": [
    "multiTraitRubric",
    "rubricless",
    "simpleRubric"
  ],
  "definitions": {
    "RubricConfigure": {
      "title": "RubricConfigure",
      "type": "object",
      "properties": {
        "baseInputConfiguration": {
          "title": "EditableHtmlConfigureProp",
          "type": "object",
          "properties": {
            "math": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "audio": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "video": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "image": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "customPlugins": {
              "description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
              "type": "array",
              "items": {
                "title": "CustomPlugin",
                "type": "object",
                "properties": {
                  "event": {
                    "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
                    "type": "string",
                    "title": "event"
                  },
                  "iconAlt": {
                    "description": "The alt for the custom button icon",
                    "type": "string",
                    "title": "iconAlt"
                  },
                  "iconType": {
                    "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
                    "type": "string",
                    "title": "iconType"
                  },
                  "icon": {
                    "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
                    "type": "string",
                    "title": "icon"
                  }
                },
                "required": [
                  "event",
                  "icon",
                  "iconAlt",
                  "iconType"
                ]
              },
              "title": "customPlugins"
            },
            "blockquote": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "h3": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "characters": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "bold": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "html": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "italic": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "ol_list": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "redo": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "strikethrough": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "sub": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "sup": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "table": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "ul_list": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "underline": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "undo": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            }
          }
        },
        "settingsPanelDisabled": {
          "description": "Indicates if the settings panel is not available",
          "type": "boolean",
          "title": "settingsPanelDisabled"
        },
        "showExcludeZero": {
          "title": "ConfigureProp",
          "type": "object",
          "properties": {
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "showMaxPoint": {
          "title": "ConfigureProp",
          "type": "object",
          "properties": {
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "width": {
          "description": "How large can the rubric be",
          "type": "string",
          "title": "width"
        },
        "mathMlOptions": {
          "title": "ConfigureMathMLProp",
          "type": "object",
          "properties": {
            "mmlOutput": {
              "description": "Indicates if model should have mathML output instead of latex",
              "type": "number",
              "title": "mmlOutput"
            },
            "mmlEditing": {
              "description": "Indicates if mathML that's already in model should be editable",
              "type": "number",
              "title": "mmlEditing"
            }
          }
        },
        "maxMaxPoints": {
          "description": "Indicates the max limit for scoring points",
          "type": "number",
          "title": "maxMaxPoints"
        },
        "showPrompt": {
          "description": "Determines whether prompt field will be displayed or not",
          "default": true,
          "type": "boolean",
          "title": "showPrompt"
        },
        "promptLabel": {
          "description": "The label for the item stem/prompt field",
          "default": "Item Stemm",
          "type": "string",
          "title": "promptLabel"
        },
        "contentDimensions": {
          "description": "Indicates the dimensions configuration for the authoring container\nNote: Some items have a default minimum width because of their content, but if\nthe minWidth is lower than this, the overflow behavior will take care of that",
          "default": ": {}",
          "type": "object",
          "properties": {
            "maxHeight": {
              "description": "Indicates the max height of the authoring container",
              "default": "undefined",
              "type": [
                "string",
                "number"
              ],
              "title": "maxHeight"
            },
            "maxWidth": {
              "description": "Indicates the max width of the authoring container",
              "default": "undefined",
              "type": [
                "string",
                "number"
              ],
              "title": "maxWidth"
            },
            "minHeight": {
              "description": "Indicates the min height of the authoring container",
              "default": "undefined",
              "type": [
                "string",
                "number"
              ],
              "title": "minHeight"
            },
            "minWidth": {
              "description": "Indicates the min width of the authoring container",
              "default": "undefined",
              "type": [
                "string",
                "number"
              ],
              "title": "minWidth"
            }
          },
          "title": "contentDimensions"
        },
        "settingsPartialScoring": {
          "description": "Indicates whether the settings panel wil allow the author to modify settings for partial scoring",
          "default": true,
          "type": "boolean",
          "title": "settingsPartialScoring"
        }
      }
    },
    "EditableHtmlConfigureProp": {
      "title": "EditableHtmlConfigureProp",
      "type": "object",
      "properties": {
        "math": {
          "title": "EditableHtmlButtonConfigure",
          "type": "object",
          "properties": {
            "disabled": {
              "description": "Indicates if the plugin is disabled or not",
              "type": "boolean",
              "title": "disabled"
            }
          }
        },
        "audio": {
          "title": "EditableHtmlButtonConfigure",
          "type": "object",
          "properties": {
            "disabled": {
              "description": "Indicates if the plugin is disabled or not",
              "type": "boolean",
              "title": "disabled"
            }
          }
        },
        "video": {
          "title": "EditableHtmlButtonConfigure",
          "type": "object",
          "properties": {
            "disabled": {
              "description": "Indicates if the plugin is disabled or not",
              "type": "boolean",
              "title": "disabled"
            }
          }
        },
        "image": {
          "title": "EditableHtmlButtonConfigure",
          "type": "object",
          "properties": {
            "disabled": {
              "description": "Indicates if the plugin is disabled or not",
              "type": "boolean",
              "title": "disabled"
            }
          }
        },
        "customPlugins": {
          "description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
          "type": "array",
          "items": {
            "title": "CustomPlugin",
            "type": "object",
            "properties": {
              "event": {
                "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
                "type": "string",
                "title": "event"
              },
              "iconAlt": {
                "description": "The alt for the custom button icon",
                "type": "string",
                "title": "iconAlt"
              },
              "iconType": {
                "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
                "type": "string",
                "title": "iconType"
              },
              "icon": {
                "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
                "type": "string",
                "title": "icon"
              }
            },
            "required": [
              "event",
              "icon",
              "iconAlt",
              "iconType"
            ]
          },
          "title": "customPlugins"
        },
        "blockquote": {
          "title": "EditableHtmlButtonConfigure",
          "type": "object",
          "properties": {
            "disabled": {
              "description": "Indicates if the plugin is disabled or not",
              "type": "boolean",
              "title": "disabled"
            }
          }
        },
        "h3": {
          "title": "EditableHtmlButtonConfigure",
          "type": "object",
          "properties": {
            "disabled": {
              "description": "Indicates if the plugin is disabled or not",
              "type": "boolean",
              "title": "disabled"
            }
          }
        },
        "characters": {
          "title": "EditableHtmlButtonConfigure",
          "type": "object",
          "properties": {
            "disabled": {
              "description": "Indicates if the plugin is disabled or not",
              "type": "boolean",
              "title": "disabled"
            }
          }
        },
        "bold": {
          "title": "EditableHtmlButtonConfigure",
          "type": "object",
          "properties": {
            "disabled": {
              "description": "Indicates if the plugin is disabled or not",
              "type": "boolean",
              "title": "disabled"
            }
          }
        },
        "html": {
          "title": "EditableHtmlButtonConfigure",
          "type": "object",
          "properties": {
            "disabled": {
              "description": "Indicates if the plugin is disabled or not",
              "type": "boolean",
              "title": "disabled"
            }
          }
        },
        "italic": {
          "title": "EditableHtmlButtonConfigure",
          "type": "object",
          "properties": {
            "disabled": {
              "description": "Indicates if the plugin is disabled or not",
              "type": "boolean",
              "title": "disabled"
            }
          }
        },
        "ol_list": {
          "title": "EditableHtmlButtonConfigure",
          "type": "object",
          "properties": {
            "disabled": {
              "description": "Indicates if the plugin is disabled or not",
              "type": "boolean",
              "title": "disabled"
            }
          }
        },
        "redo": {
          "title": "EditableHtmlButtonConfigure",
          "type": "object",
          "properties": {
            "disabled": {
              "description": "Indicates if the plugin is disabled or not",
              "type": "boolean",
              "title": "disabled"
            }
          }
        },
        "strikethrough": {
          "title": "EditableHtmlButtonConfigure",
          "type": "object",
          "properties": {
            "disabled": {
              "description": "Indicates if the plugin is disabled or not",
              "type": "boolean",
              "title": "disabled"
            }
          }
        },
        "sub": {
          "title": "EditableHtmlButtonConfigure",
          "type": "object",
          "properties": {
            "disabled": {
              "description": "Indicates if the plugin is disabled or not",
              "type": "boolean",
              "title": "disabled"
            }
          }
        },
        "sup": {
          "title": "EditableHtmlButtonConfigure",
          "type": "object",
          "properties": {
            "disabled": {
              "description": "Indicates if the plugin is disabled or not",
              "type": "boolean",
              "title": "disabled"
            }
          }
        },
        "table": {
          "title": "EditableHtmlButtonConfigure",
          "type": "object",
          "properties": {
            "disabled": {
              "description": "Indicates if the plugin is disabled or not",
              "type": "boolean",
              "title": "disabled"
            }
          }
        },
        "ul_list": {
          "title": "EditableHtmlButtonConfigure",
          "type": "object",
          "properties": {
            "disabled": {
              "description": "Indicates if the plugin is disabled or not",
              "type": "boolean",
              "title": "disabled"
            }
          }
        },
        "underline": {
          "title": "EditableHtmlButtonConfigure",
          "type": "object",
          "properties": {
            "disabled": {
              "description": "Indicates if the plugin is disabled or not",
              "type": "boolean",
              "title": "disabled"
            }
          }
        },
        "undo": {
          "title": "EditableHtmlButtonConfigure",
          "type": "object",
          "properties": {
            "disabled": {
              "description": "Indicates if the plugin is disabled or not",
              "type": "boolean",
              "title": "disabled"
            }
          }
        }
      }
    },
    "EditableHtmlButtonConfigure": {
      "title": "EditableHtmlButtonConfigure",
      "type": "object",
      "properties": {
        "disabled": {
          "description": "Indicates if the plugin is disabled or not",
          "type": "boolean",
          "title": "disabled"
        }
      }
    },
    "CustomPlugin": {
      "title": "CustomPlugin",
      "type": "object",
      "properties": {
        "event": {
          "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
          "type": "string",
          "title": "event"
        },
        "iconAlt": {
          "description": "The alt for the custom button icon",
          "type": "string",
          "title": "iconAlt"
        },
        "iconType": {
          "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
          "type": "string",
          "title": "iconType"
        },
        "icon": {
          "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
          "type": "string",
          "title": "icon"
        }
      },
      "required": [
        "event",
        "icon",
        "iconAlt",
        "iconType"
      ]
    },
    "ConfigureProp": {
      "title": "ConfigureProp",
      "type": "object",
      "properties": {
        "settings": {
          "description": "Indicates if the item has to be displayed in the Settings Panel",
          "type": "boolean",
          "title": "settings"
        },
        "label": {
          "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
          "type": "string",
          "title": "label"
        }
      }
    },
    "ConfigureMathMLProp": {
      "title": "ConfigureMathMLProp",
      "type": "object",
      "properties": {
        "mmlOutput": {
          "description": "Indicates if model should have mathML output instead of latex",
          "type": "number",
          "title": "mmlOutput"
        },
        "mmlEditing": {
          "description": "Indicates if mathML that's already in model should be editable",
          "type": "number",
          "title": "mmlEditing"
        }
      }
    },
    "MultiTraitRubricConfigure": {
      "description": "Config Object for @pie-elements/multi-trait-rubric",
      "additionalProperties": false,
      "title": "MultiTraitRubricConfigure",
      "type": "object",
      "properties": {
        "baseInputConfiguration": {
          "title": "EditableHtmlConfigureProp",
          "type": "object",
          "properties": {
            "math": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "audio": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "video": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "image": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "customPlugins": {
              "description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
              "type": "array",
              "items": {
                "title": "CustomPlugin",
                "type": "object",
                "properties": {
                  "event": {
                    "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
                    "type": "string",
                    "title": "event"
                  },
                  "iconAlt": {
                    "description": "The alt for the custom button icon",
                    "type": "string",
                    "title": "iconAlt"
                  },
                  "iconType": {
                    "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
                    "type": "string",
                    "title": "iconType"
                  },
                  "icon": {
                    "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
                    "type": "string",
                    "title": "icon"
                  }
                },
                "required": [
                  "event",
                  "icon",
                  "iconAlt",
                  "iconType"
                ]
              },
              "title": "customPlugins"
            },
            "blockquote": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "h3": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "characters": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "bold": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "html": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "italic": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "ol_list": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "redo": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "strikethrough": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "sub": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "sup": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "table": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "ul_list": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "underline": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "undo": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            }
          }
        },
        "expandedInput": {
          "title": "EditableHtmlPluginConfigure",
          "type": "object",
          "properties": {
            "inputConfiguration": {
              "title": "EditableHtmlConfigureProp",
              "type": "object",
              "properties": {
                "math": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "audio": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "video": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "image": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "customPlugins": {
                  "description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
                  "type": "array",
                  "items": {
                    "title": "CustomPlugin",
                    "type": "object",
                    "properties": {
                      "event": {
                        "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
                        "type": "string",
                        "title": "event"
                      },
                      "iconAlt": {
                        "description": "The alt for the custom button icon",
                        "type": "string",
                        "title": "iconAlt"
                      },
                      "iconType": {
                        "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
                        "type": "string",
                        "title": "iconType"
                      },
                      "icon": {
                        "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
                        "type": "string",
                        "title": "icon"
                      }
                    },
                    "required": [
                      "event",
                      "icon",
                      "iconAlt",
                      "iconType"
                    ]
                  },
                  "title": "customPlugins"
                },
                "blockquote": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "h3": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "characters": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "bold": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "html": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "italic": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "ol_list": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "redo": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "strikethrough": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "sub": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "sup": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "table": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "ul_list": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "underline": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "undo": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                }
              }
            },
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "labelInput": {
          "title": "EditableHtmlPluginConfigure",
          "type": "object",
          "properties": {
            "inputConfiguration": {
              "title": "EditableHtmlConfigureProp",
              "type": "object",
              "properties": {
                "math": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "audio": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "video": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "image": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "customPlugins": {
                  "description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
                  "type": "array",
                  "items": {
                    "title": "CustomPlugin",
                    "type": "object",
                    "properties": {
                      "event": {
                        "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
                        "type": "string",
                        "title": "event"
                      },
                      "iconAlt": {
                        "description": "The alt for the custom button icon",
                        "type": "string",
                        "title": "iconAlt"
                      },
                      "iconType": {
                        "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
                        "type": "string",
                        "title": "iconType"
                      },
                      "icon": {
                        "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
                        "type": "string",
                        "title": "icon"
                      }
                    },
                    "required": [
                      "event",
                      "icon",
                      "iconAlt",
                      "iconType"
                    ]
                  },
                  "title": "customPlugins"
                },
                "blockquote": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "h3": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "characters": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "bold": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "html": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "italic": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "ol_list": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "redo": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "strikethrough": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "sub": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "sup": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "table": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "ul_list": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "underline": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "undo": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                }
              }
            },
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "excludeZeroDialogBoxContent": {
          "title": "DialogContent",
          "type": "object",
          "properties": {
            "title": {
              "description": "Dialog box title",
              "type": "string",
              "title": "title"
            },
            "text": {
              "description": "Dialog box text",
              "type": "string",
              "title": "text"
            }
          }
        },
        "includeZeroDialogBoxContent": {
          "title": "DialogContent",
          "type": "object",
          "properties": {
            "title": {
              "description": "Dialog box title",
              "type": "string",
              "title": "title"
            },
            "text": {
              "description": "Dialog box text",
              "type": "string",
              "title": "text"
            }
          }
        },
        "deleteScaleDialogBoxContent": {
          "title": "DialogContent",
          "type": "object",
          "properties": {
            "title": {
              "description": "Dialog box title",
              "type": "string",
              "title": "title"
            },
            "text": {
              "description": "Dialog box text",
              "type": "string",
              "title": "text"
            }
          }
        },
        "maxPointsDialogBoxContent": {
          "title": "DialogContent",
          "type": "object",
          "properties": {
            "title": {
              "description": "Dialog box title",
              "type": "string",
              "title": "title"
            },
            "text": {
              "description": "Dialog box text",
              "type": "string",
              "title": "text"
            }
          }
        },
        "settingsPanelDisabled": {
          "description": "Indicates if the settings panel is not available",
          "type": "boolean",
          "title": "settingsPanelDisabled"
        },
        "showExcludeZero": {
          "title": "ConfigureProp",
          "type": "object",
          "properties": {
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "showScorePointLabels": {
          "title": "ConfigureProp",
          "type": "object",
          "properties": {
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "showDescription": {
          "title": "ConfigureProp",
          "type": "object",
          "properties": {
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "showVisibleToStudent": {
          "title": "ConfigureProp",
          "type": "object",
          "properties": {
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "showHalfScoring": {
          "title": "ConfigureProp",
          "type": "object",
          "properties": {
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "spellCheck": {
          "title": "ConfigureProp",
          "type": "object",
          "properties": {
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "width": {
          "description": "How large (in px) should multi-trait-rubric be",
          "type": "string",
          "title": "width"
        },
        "minNoOfTraits": {
          "description": "Minimum number of traits",
          "type": "number",
          "title": "minNoOfTraits"
        },
        "maxNoOfTraits": {
          "description": "Maximum number of traits",
          "type": "number",
          "title": "maxNoOfTraits"
        },
        "minNoOfScales": {
          "description": "Minimum number of scales",
          "type": "number",
          "title": "minNoOfScales"
        },
        "maxNoOfScales": {
          "description": "Maximum number of scales",
          "type": "number",
          "title": "maxNoOfScales"
        },
        "defaultTraitLabel": {
          "description": "The default trait label for new created scales.\nIf it's not defined, it will default to the label of the first trait.",
          "type": "string",
          "title": "defaultTraitLabel"
        },
        "mathMlOptions": {
          "title": "ConfigureMathMLProp",
          "type": "object",
          "properties": {
            "mmlOutput": {
              "description": "Indicates if model should have mathML output instead of latex",
              "type": "number",
              "title": "mmlOutput"
            },
            "mmlEditing": {
              "description": "Indicates if mathML that's already in model should be editable",
              "type": "number",
              "title": "mmlEditing"
            }
          }
        },
        "maxMaxPoints": {
          "description": "Indicates the max limit for scoring points",
          "type": "number",
          "title": "maxMaxPoints"
        }
      },
      "required": [
        "width"
      ]
    },
    "EditableHtmlPluginConfigure": {
      "title": "EditableHtmlPluginConfigure",
      "type": "object",
      "properties": {
        "inputConfiguration": {
          "title": "EditableHtmlConfigureProp",
          "type": "object",
          "properties": {
            "math": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "audio": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "video": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "image": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "customPlugins": {
              "description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
              "type": "array",
              "items": {
                "title": "CustomPlugin",
                "type": "object",
                "properties": {
                  "event": {
                    "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
                    "type": "string",
                    "title": "event"
                  },
                  "iconAlt": {
                    "description": "The alt for the custom button icon",
                    "type": "string",
                    "title": "iconAlt"
                  },
                  "iconType": {
                    "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
                    "type": "string",
                    "title": "iconType"
                  },
                  "icon": {
                    "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
                    "type": "string",
                    "title": "icon"
                  }
                },
                "required": [
                  "event",
                  "icon",
                  "iconAlt",
                  "iconType"
                ]
              },
              "title": "customPlugins"
            },
            "blockquote": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "h3": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "characters": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "bold": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "html": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "italic": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "ol_list": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "redo": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "strikethrough": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "sub": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "sup": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "table": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "ul_list": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "underline": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            },
            "undo": {
              "title": "EditableHtmlButtonConfigure",
              "type": "object",
              "properties": {
                "disabled": {
                  "description": "Indicates if the plugin is disabled or not",
                  "type": "boolean",
                  "title": "disabled"
                }
              }
            }
          }
        },
        "settings": {
          "description": "Indicates if the item has to be displayed in the Settings Panel",
          "type": "boolean",
          "title": "settings"
        },
        "label": {
          "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
          "type": "string",
          "title": "label"
        }
      }
    },
    "DialogContent": {
      "title": "DialogContent",
      "type": "object",
      "properties": {
        "title": {
          "description": "Dialog box title",
          "type": "string",
          "title": "title"
        },
        "text": {
          "description": "Dialog box text",
          "type": "string",
          "title": "text"
        }
      }
    },
    "RubriclessConfigure": {
      "title": "RubriclessConfigure",
      "type": "object",
      "properties": {
        "settingsPanelDisabled": {
          "description": "Indicates if the settings panel is not available",
          "type": "boolean",
          "title": "settingsPanelDisabled"
        },
        "showExcludeZero": {
          "title": "ConfigureProp",
          "type": "object",
          "properties": {
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "showMaxPoint": {
          "title": "ConfigureProp",
          "type": "object",
          "properties": {
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "width": {
          "description": "How large can the rubric be",
          "type": "string",
          "title": "width"
        },
        "mathMlOptions": {
          "title": "ConfigureMathMLProp",
          "type": "object",
          "properties": {
            "mmlOutput": {
              "description": "Indicates if model should have mathML output instead of latex",
              "type": "number",
              "title": "mmlOutput"
            },
            "mmlEditing": {
              "description": "Indicates if mathML that's already in model should be editable",
              "type": "number",
              "title": "mmlEditing"
            }
          }
        },
        "maxMaxPoints": {
          "description": "Indicates the max limit for scoring points",
          "type": "number",
          "title": "maxMaxPoints"
        },
        "rubricless": {
          "description": "Indicates that it is rubricless",
          "type": "boolean",
          "enum": [
            true
          ],
          "title": "rubricless"
        },
        "rubriclessInstruction": {
          "title": "EditableHtmlPluginConfigure",
          "type": "object",
          "properties": {
            "inputConfiguration": {
              "title": "EditableHtmlConfigureProp",
              "type": "object",
              "properties": {
                "math": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "audio": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "video": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "image": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "customPlugins": {
                  "description": "An array of objects that determine custom plugins.\nA custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
                  "type": "array",
                  "items": {
                    "title": "CustomPlugin",
                    "type": "object",
                    "properties": {
                      "event": {
                        "description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
                        "type": "string",
                        "title": "event"
                      },
                      "iconAlt": {
                        "description": "The alt for the custom button icon",
                        "type": "string",
                        "title": "iconAlt"
                      },
                      "iconType": {
                        "description": "The icon type.\nCurrently, only \"SVG\" is supported.",
                        "type": "string",
                        "title": "iconType"
                      },
                      "icon": {
                        "description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
                        "type": "string",
                        "title": "icon"
                      }
                    },
                    "required": [
                      "event",
                      "icon",
                      "iconAlt",
                      "iconType"
                    ]
                  },
                  "title": "customPlugins"
                },
                "blockquote": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "h3": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "characters": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "bold": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "html": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "italic": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "ol_list": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "redo": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "strikethrough": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "sub": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "sup": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "table": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "ul_list": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "underline": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                },
                "undo": {
                  "title": "EditableHtmlButtonConfigure",
                  "type": "object",
                  "properties": {
                    "disabled": {
                      "description": "Indicates if the plugin is disabled or not",
                      "type": "boolean",
                      "title": "disabled"
                    }
                  }
                }
              }
            },
            "settings": {
              "description": "Indicates if the item has to be displayed in the Settings Panel",
              "type": "boolean",
              "title": "settings"
            },
            "label": {
              "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
              "type": "string",
              "title": "label"
            }
          }
        },
        "showPrompt": {
          "description": "Determines whether prompt field will be displayed or not",
          "default": true,
          "type": "boolean",
          "title": "showPrompt"
        },
        "promptLabel": {
          "description": "The label for the item stem/prompt field",
          "default": "Item Stemm",
          "type": "string",
          "title": "promptLabel"
        },
        "contentDimensions": {
          "description": "Indicates the dimensions configuration for the authoring container\nNote: Some items have a default minimum width because of their content, but if\nthe minWidth is lower than this, the overflow behavior will take care of that",
          "default": ": {}",
          "type": "object",
          "properties": {
            "maxHeight": {
              "description": "Indicates the max height of the authoring container",
              "default": "undefined",
              "type": [
                "string",
                "number"
              ],
              "title": "maxHeight"
            },
            "maxWidth": {
              "description": "Indicates the max width of the authoring container",
              "default": "undefined",
              "type": [
                "string",
                "number"
              ],
              "title": "maxWidth"
            },
            "minHeight": {
              "description": "Indicates the min height of the authoring container",
              "default": "undefined",
              "type": [
                "string",
                "number"
              ],
              "title": "minHeight"
            },
            "minWidth": {
              "description": "Indicates the min width of the authoring container",
              "default": "undefined",
              "type": [
                "string",
                "number"
              ],
              "title": "minWidth"
            }
          },
          "title": "contentDimensions"
        },
        "settingsPartialScoring": {
          "description": "Indicates whether the settings panel wil allow the author to modify settings for partial scoring",
          "default": true,
          "type": "boolean",
          "title": "settingsPartialScoring"
        }
      },
      "required": [
        "rubricless",
        "rubriclessInstruction"
      ]
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#"
}