{
    "@context": "https://schema.org",
    "@type": "ItemList",
    "@id": "https://www.yufixit.com/schemas/catalog/catalog.json",
    "name": "YUFixit Device Repair Catalog",
    "description": "Catalog of device categories serviced by YUFixit. Browse devices and request repair via the Repair page/device form.",
    "itemListOrder": "https://schema.org/ItemListUnordered",
    "numberOfItems": 9,
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "url": "https://www.yufixit.com/schemas/catalog/iphone.json"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "url": "https://www.yufixit.com/schemas/catalog/samsung.json"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "url": "https://www.yufixit.com/schemas/catalog/ipad.json"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "url": "https://www.yufixit.com/schemas/catalog/mac.json"
        },
        {
            "@type": "ListItem",
            "position": 5,
            "url": "https://www.yufixit.com/schemas/catalog/ps5.json"
        },
        {
            "@type": "ListItem",
            "position": 6,
            "url": "https://www.yufixit.com/schemas/catalog/xbox.json"
        },
        {
            "@type": "ListItem",
            "position": 7,
            "url": "https://www.yufixit.com/schemas/catalog/computer.json"
        },
        {
            "@type": "ListItem",
            "position": 8,
            "url": "https://www.yufixit.com/schemas/catalog/drone.json"
        },
        {
            "@type": "ListItem",
            "position": 9,
            "url": "https://www.yufixit.com/schemas/catalog/data-recovery.json"
        }
    ],
    "isRelatedTo": [
        {
            "@type": "WebPage",
            "@id": "https://www.yufixit.com/repair/"
        }
    ]
}