An UNEXPECTED field is getting rendered whose property is not even existing in the schema

Pasting the schema :
{
    "type": "object",
    "$defs": {
        "marketplace_id": {
            "default": "A39IBJ37TRP1C6",
            "editable": false,
            "hidden": true,
            "examples": [
                "Amazon.com.au"
            ],
            "type": "string",
            "anyOf": [
                {
                    "type": "string"
                },
                {
                    "type": "string",
                    "enum": [
                        "A39IBJ37TRP1C6"
                    ],
                    "enumNames": [
                        "Amazon.com.au"
                    ]
                }
            ]
        },
        "language_tag": {
            "default": "en_AU",
            "editable": false,
            "hidden": true,
            "examples": [
                "English (Australia)"
            ],
            "type": "string",
            "anyOf": [
                {
                    "type": "string"
                },
                {
                    "type": "string",
                    "enum": [
                        "en_AU"
                    ],
                    "enumNames": [
                        "English (Australia)"
                    ]
                }
            ]
        }
    },
    "properties": {
        "item_name": {
            "title": "Title",
            "description": "Provide a title for the item that may be customer facing",
            "examples": [
                "Adidas Blue Sneakers"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "language_tag"
            ],
            "items": {
                "type": "object",
                "required": [
                    "language_tag",
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Item Name",
                        "description": "Provide a title for the item that may be customer facing",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "Adidas Blue Sneakers"
                        ],
                        "type": "string",
                        "minLength": 0,
                        "maxLength": 200
                    },
                    "language_tag": {
                        "default": "en_US",
                        "hidden": true,
                        "type": "string"
                    },
                    "marketplace_id": {
                        "default": "A39IBJ37TRP1C6",
                        "hidden": true,
                        "type": "string"
                    }
                },
                "additionalProperties": false
            }
        },
        "brand": {
            "title": "Brand Name",
            "description": "Max. 50 characters",
            "examples": [
                "Ralph Lauren; North Face; Patagonia"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "language_tag"
            ],
            "items": {
                "type": "object",
                "required": [
                    "language_tag",
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Brand Name",
                        "description": "Provide the brand name of the product",
                        "editable": false,
                        "hidden": false,
                        "examples": [
                            "Sony"
                        ],
                        "type": "string",
                        "minLength": 1,
                        "maxLength": 100,
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "string",
                                "enum": [
                                    "GRIPPIE"
                                ],
                                "enumNames": [
                                    "GRIPPIE"
                                ]
                            }
                        ]
                    },
                    "language_tag": {
                        "default": "en_US",
                        "hidden": true,
                        "type": "string"
                    },
                    "marketplace_id": {
                        "default": "A39IBJ37TRP1C6",
                        "hidden": true,
                        "type": "string"
                    }
                },
                "additionalProperties": false
            }
        },
        "externally_assigned_product_identifier": {
            "title": "External Product ID",
            "description": "Provide the external ID (barcode) type and corresponding value that is being used to identify the product",
            "examples": [
                "714532191586"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "type"
            ],
            "items": {
                "type": "object",
                "required": [
                    "type",
                    "value"
                ],
                "properties": {
                    "type": {
                        "title": "External Product ID Type",
                        "description": "Select the type of external ID (barcode) that is being used to identify this product",
                        "editable": false,
                        "hidden": false,
                        "examples": [
                            "UPC"
                        ],
                        "type": "string",
                        "enum": [
                            "ean",
                            "gtin",
                            "upc"
                        ],
                        "enumNames": [
                            "EAN",
                            "GTIN",
                            "UPC"
                        ]
                    },
                    "value": {
                        "title": "External Product ID",
                        "description": "Provide the corresponding external product id value based on the type that was selected",
                        "editable": false,
                        "hidden": false,
                        "examples": [
                            "714532191586"
                        ],
                        "type": "string"
                    },
                    "marketplace_id": {
                        "default": "A39IBJ37TRP1C6",
                        "hidden": true,
                        "type": "string"
                    }
                },
                "additionalProperties": false
            }
        },
        "recommended_browse_nodes": {
            "title": "Recommended Browse Nodes",
            "description": "Indicate the browse node or section of the Amazon website where the product will be assigned. This allows customers to find the product on the website easily. If you don't provide a node or if you provide an incorrect node, customers may not be able to find your product.",
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1000,
            "selectors": [
                "marketplace_id"
            ],
            "items": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Recommended Browse Nodes",
                        "description": "Indicate the browse node or section of the Amazon website where the product will be assigned. This allows customers to find the product on the website easily. If you don't provide a node or if you provide an incorrect node, customers may not be able to find your product.",
                        "editable": false,
                        "hidden": false,
                        "examples": [
                            "Diet Bars"
                        ],
                        "type": "string",
                        "maxLength": 15,
                        "enum": [
                            "4958233051",
                            "5082069051",
                            "5082069051",
                            "5082069051",
                            "5082069051",
                            "4958620051",
                            "5082069051",
                            "5082069051",
                            "5082069051",
                            "5082069051",
                            "5082091051",
                            "5082105051",
                            "4975724051",
                            "4975989051",
                            "5044888051"
                        ],
                        "enumNames": [
                            "Automotive > Automotive Accessories > Stowing & Tidying > Drinks Holders",
                            "Automotive > Car Seats & Accessories > Accessories > Cup Holders",
                            "Automotive > Car Seats & Accessories > Accessories > Cup Holders",
                            "Automotive > Car Seats & Accessories > Accessories > Cup Holders",
                            "Automotive > Car Seats & Accessories > Accessories > Cup Holders",
                            "Automotive > Motorbike Accessories & Parts > Accessories > Drink Holders",
                            "Baby > Travel Gear > Car Seats & Accessories > Accessories > Cup Holders",
                            "Baby > Travel Gear > Car Seats & Accessories > Accessories > Cup Holders",
                            "Baby > Travel Gear > Car Seats & Accessories > Accessories > Cup Holders",
                            "Baby > Travel Gear > Car Seats & Accessories > Accessories > Cup Holders",
                            "Baby > Travel Gear > Prams, Strollers & Accessories > Parts & Accessories > Cupholders",
                            "Baby > Travel Gear > Prams, Strollers & Accessories > Parts & Accessories > Parent Cup Holders",
                            "Home > Bath > Bathroom Accessories > Holders & Dispensers > Cup Holders",
                            "Home > Bath > Children's Bath > Children's Bathroom Accessories > Children's Bathroom Holders & Dispensers > Children's Bathroom Cup Holders",
                            "Sports, Fitness & Outdoors > Cycling > Accessories > Water Bottle Cages"
                        ]
                    },
                    "marketplace_id": {
                        "default": "A39IBJ37TRP1C6",
                        "hidden": true,
                        "type": "string"
                    }
                },
                "additionalProperties": false
            }
        },
        "model_name": {
            "title": "Model Name",
            "description": "Specify the model name of the product as defined by the manufacturer or brand excluding item type, color, brand or size",
            "examples": [
                "Camedia"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "language_tag"
            ],
            "items": {
                "type": "object",
                "required": [
                    "language_tag",
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Model Name",
                        "description": "Specify the model name of the product as defined by the manufacturer or brand excluding item type, color, brand or size",
                        "editable": true,
                        "hidden": false,
                        "examples": [
                            "MacBook Pro"
                        ],
                        "type": "string",
                        "minLength": 0,
                        "maxLength": 120
                    },
                    "language_tag": {
                        "default": "en_US",
                        "hidden": true,
                        "type": "string"
                    },
                    "marketplace_id": {
                        "default": "A39IBJ37TRP1C6",
                        "hidden": true,
                        "type": "string"
                    }
                },
                "additionalProperties": false
            }
        },
        "manufacturer": {
            "title": "Manufacturer",
            "description": "Specify the manufacturer for your product.",
            "examples": [
                "Sony, Kitchen Aid, Microsoft"
            ],
            "type": "array",
            "minItems": 1,
            "minUniqueItems": 1,
            "maxUniqueItems": 1,
            "selectors": [
                "marketplace_id",
                "language_tag"
            ],
            "items": {
                "type": "object",
                "required": [
                    "language_tag",
                    "value"
                ],
                "properties": {
                    "value": {
                        "title": "Manufacturer",
                        "description": "Provide the company that manufactures the product.",
                        "editable": false,
                        "hidden": false,
                        "examples": [
                            "Nike, Procter & Gamble"
                        ],
                        "type": "string",
                        "minLength": 0,
                        "maxLength": 100
                    },
                    "language_tag": {
                        "default": "en_US",
                        "hidden": true,
                        "type": "string"
                    },
                    "marketplace_id": {
                        "default": "A39IBJ37TRP1C6",
                        "hidden": true,
                        "type": "string"
                    }
                },
                "additionalProperties": false
            }
        }
    }
}

Now the image of the form which shows the unexpected checkbox field

the field is in between the two green dots.

Do let me know if any extra info is needed.

Hi @kotesh-arya,

JSON Forms will not add any additional properties by default. There must be custom renderers or JSON Schema preprocessing in place on your side.

Sure, Will check it :+1:
thanks :love_you_gesture:

Re-visited all the places of preprocessing, but still could not find any lead.
Any other places to look out for ?

Is there any json form builder playground that I can use to pass my schema and check ?

You can use the schema with one of our seed repositories or add it as an example in the JSON Forms repository itself and run one of the test applications.

I just tried with the Vue Vuetify renderer set and this is how the “External Product ID” is rendered: