Actus Deep Schema preview

{
    "@type": [
        "Product"
    ],
    "brand": [],
    "offers": [
        {
            "@type": "Offer",
            "availability": "InStock",
            "priceCurrency": "EUR",
            "seller": {
                "@id": "https://vetshop.gr/#busi-1"
            },
            "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": [
                        {
                            "@type": "DefinedRegion",
                            "addressCountry": "GR"
                        },
                        {
                            "@type": "DefinedRegion",
                            "addressCountry": "CY"
                        }
                    ]
                }
            ]
        }
    ],
    "shippingDetails": [
        {
            "@type": "DefinedRegion",
            "addressCountry": "GR"
        },
        {
            "@type": "DefinedRegion",
            "addressCountry": "CY"
        }
    ]
}
Array
(
    [@type] => Array
        (
            [0] => Product
        )

    [brand] => Array
        (
        )

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

                    [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] => Array
                                        (
                                            [0] => Array
                                                (
                                                    [@type] => DefinedRegion
                                                    [addressCountry] => GR
                                                )

                                            [1] => Array
                                                (
                                                    [@type] => DefinedRegion
                                                    [addressCountry] => CY
                                                )

                                        )

                                )

                        )

                )

        )

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

            [1] => Array
                (
                    [@type] => DefinedRegion
                    [addressCountry] => CY
                )

        )

)