Actus Deep Schema preview

{
    "@type": [
        "Product"
    ],
    "url": "https://vetshop.gr/ads-view-schema/",
    "name": "view schema",
    "brand": [],
    "offers": [
        {
            "@type": "Offer",
            "availability": "InStock",
            "price": 0,
            "priceCurrency": "EUR",
            "seller": {
                "@id": "https://vetshop.gr/#busi-1"
            },
            "url": "https://vetshop.gr/ads-view-schema/",
            "hasMerchantReturnPolicy": [
                {
                    "@type": "MerchantReturnPolicy",
                    "applicableCountry": "GR",
                    "returnPolicyCategory": "MerchantReturnFiniteReturnWindow",
                    "merchantReturnDays": "14",
                    "returnMethod": "ReturnByMail",
                    "returnFees": "FreeReturn"
                }
            ],
            "shippingDetails": [
                {
                    "@type": "OfferShippingDetails",
                    "weight": "",
                    "width": "",
                    "height": "",
                    "depth": "",
                    "shippingDestination": [
                        {
                            "@type": "DefinedRegion",
                            "addressCountry": "ssds"
                        }
                    ]
                }
            ],
            "shippingDestination": [
                {
                    "@type": "DefinedRegion",
                    "addressCountry": ""
                }
            ]
        }
    ],
    "@id": "#page-58617",
    "breadcrumb": {
        "@type": "BreadcrumbList",
        "itemListElement": [
            {
                "name": "Home",
                "item": "https://vetshop.gr",
                "@type": "ListItem",
                "position": 1
            },
            {
                "name": "view schema",
                "item": null,
                "@type": "ListItem",
                "position": 2
            }
        ]
    },
    "potentialAction": {
        "@type": "ReadAction",
        "target": [
            "https://vetshop.gr"
        ]
    }
}
Array
(
    [@type] => Array
        (
            [0] => Product
        )

    [url] => https://vetshop.gr/ads-view-schema/
    [name] => view schema
    [brand] => Array
        (
        )

    [offers] => Array
        (
            [0] => Array
                (
                    [@type] => Offer
                    [availability] => InStock
                    [price] => 0
                    [priceCurrency] => EUR
                    [seller] => Array
                        (
                            [@id] => https://vetshop.gr/#busi-1
                        )

                    [url] => https://vetshop.gr/ads-view-schema/
                    [hasMerchantReturnPolicy] => Array
                        (
                            [0] => Array
                                (
                                    [@type] => MerchantReturnPolicy
                                    [applicableCountry] => GR
                                    [returnPolicyCategory] => MerchantReturnFiniteReturnWindow
                                    [merchantReturnDays] => 14
                                    [returnMethod] => ReturnByMail
                                    [returnFees] => FreeReturn
                                )

                        )

                    [shippingDetails] => Array
                        (
                            [0] => Array
                                (
                                    [@type] => OfferShippingDetails
                                    [weight] => 
                                    [width] => 
                                    [height] => 
                                    [depth] => 
                                    [shippingDestination] => Array
                                        (
                                            [0] => Array
                                                (
                                                    [@type] => DefinedRegion
                                                    [addressCountry] => ssds
                                                )

                                        )

                                )

                        )

                    [shippingDestination] => Array
                        (
                            [0] => Array
                                (
                                    [@type] => DefinedRegion
                                    [addressCountry] => 
                                )

                        )

                )

        )

    [@id] => #page-58617
    [breadcrumb] => Array
        (
            [@type] => BreadcrumbList
            [itemListElement] => Array
                (
                    [0] => Array
                        (
                            [name] => Home
                            [item] => https://vetshop.gr
                            [@type] => ListItem
                            [position] => 1
                        )

                    [1] => Array
                        (
                            [name] => view schema
                            [item] => 
                            [@type] => ListItem
                            [position] => 2
                        )

                )

        )

    [potentialAction] => Array
        (
            [@type] => ReadAction
            [target] => Array
                (
                    [0] => https://vetshop.gr
                )

        )

)