jsonObject Properties not found error

i create a Schema which is working fine with Dynamic Component But When i try it Niotron Recycler View i Found this error

if someone have Solution of this please give me i tried so many Schema with the Same process which can work with Niotron Recycler view and Dynamic component but first time i faced this error i create this schema by the same process

my Schema

{
    "name": "Schema_template",
    "metadata-version": 1,
    "extension_version": 5,
    "author": "<your name>",
    "platforms": [
        "builder.niotron.com",
        "beta.niotron.com"
    ],
    "keys": [
	"id"
	],
    "components": [
        {
            "id": "Card{id}",
            "type": "NiotronCardView",
            "properties": {
                "CompatPadding": true,
                "Width": -2,
                "Radius": 10,
                "StrokeColor": 4288585374,
                "StrokeWidth": 3
            },
            "components": [
                {
                    "id": "userdetails_hori{id}",
                    "type": "HorizontalArrangement",
                    "properties": {
                        "AlignVertical": 2,
                        "BackgroundColor": 16777215,
                        "Width": -2
                    },
                    "components": [
                        {
                            "id": "Profile_Card{id}",
                            "type": "NiotronCardView",
                            "properties": {
                                "AlignHorizontal": 3,
                                "AlignVertical": 2,
                                "CompatPadding": true,
                                "ContentPaddingBottom": 0,
                                "ContentPaddingLeft": 0,
                                "ContentPaddingRight": 0,
                                "ContentPaddingTop": 0,
                                "Height": -1007,
                                "Width": -1014,
                                "Radius": 25,
                                "RippleEnabled": false
                            },
                            "components": [
                                {
                                    "id": "Photo{id}",
                                    "type": "Image",
                                    "properties": {
                                        "Height": -2,
                                        "Width": -2,
                                        "Picture": "profile.jpg",
                                        "ScalePictureToFit": true
                                    }
                                }
                            ]
                        },
                        {
                            "id": "Userdetails_verti{id}",
                            "type": "VerticalArrangement",
                            "components": [
                                {
                                    "id": "Name{id}",
                                    "type": "Label",
                                    "properties": {
                                        "FontBold": true,
                                        "Text": "Deepak lodhi"
                                    }
                                },
                                {
                                    "id": "Date{id}",
                                    "type": "Label",
                                    "properties": {
                                        "FontSize": 10,
                                        "Text": "02/10/2022 10:00 pm",
                                        "TextColor": 4288585374
                                    }
                                }
                            ]
                        },
                        {
                            "id": "FillSpacer{id}",
                            "type": "Spacer",
                            "properties": {
                                "Width": -2
                            }
                        },
                        {
                            "id": "Star_View4{id}",
                            "type": "HorizontalArrangement",
                            "properties": {
                                "AlignVertical": 2
                            },
                            "components": [
                                {
                                    "id": "s1{id}",
                                    "type": "Label",
                                    "properties": {
                                        "FontTypeface": 4,
                                        "Text": "star",
                                        "TextColor": 4294939392
                                    }
                                },
                                {
                                    "id": "s2{id}",
                                    "type": "Label",
                                    "properties": {
                                        "FontTypeface": 4,
                                        "Text": "star",
                                        "TextColor": 4294939392
                                    }
                                },
                                {
                                    "id": "s3{id}",
                                    "type": "Label",
                                    "properties": {
                                        "FontTypeface": 4,
                                        "Text": "star",
                                        "TextColor": 4294939392
                                    }
                                },
                                {
                                    "id": "s4{id}",
                                    "type": "Label",
                                    "properties": {
                                        "FontTypeface": 4,
                                        "Text": "star",
                                        "TextColor": 4288585374
                                    }
                                },
                                {
                                    "id": "s5{id}",
                                    "type": "Label",
                                    "properties": {
                                        "FontTypeface": 4,
                                        "Text": "star",
                                        "TextColor": 4288585374
                                    }
                                },
                                {
                                    "id": "Rating{id}",
                                    "type": "Label",
                                    "properties": {
                                        "HeihPadding": [
                                            5,
                                            8,
                                            0,
                                            0
                                        ],
                                        "Text": "3"
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": "Text{id}",
                    "type": "Label",
                    "properties": {
                        "HeihPadding": [
                            4,
                            4,
                            0,
                            4
                        ],
                        "Text": "Very Good Course and Good teachers",
                        "TextColor": 4288585374
                    }
                }
            ]
        }
    ]
}

@deepak661 Use Dynamic components extension for this

The error was here properties was not here

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.