public function get_item_schema() {
        $schema = parent::get_item_schema();

        $schema['properties']['element_id'] = array(
            'description' => __( 'ID of the element this element choice belongs to.', 'torro-forms' ),