{
    "headphone": {
        "numberOfPins": 2,
        "visual": {
            "image": "headphone.svg",
            "width": 142,
            "height": 180,
            "pinDistance": 20,
            "pinLocations": [
                {
                    "x": 17,
                    "y": 11
                },
                {
                    "x": 55,
                    "y": 50
                }
            ]
        },
        "pinDefinitions": [
            {
                "target": "A0",
                "style": "croc",
                "orientation": "Y"
            },
            {
                "target": "ground",
                "style": "croc",
                "orientation": "Y"
            }
        ],
        "instantiation": {
            "kind": "singleton"
        },
        "assembly": [
            {
                "part": true,
                "pinIndices": [
                    0
                ]
            },
            {
                "pinIndices": [
                    1
                ]
            }
        ]
    }
}