{
    "$schema": "https://unpkg.com/@squiz/dx-json-schema-lib@latest/lib/manifest/userApiManifest/UserApiManifestV1.json",
    "name": "needs-display-name",
    "displayName": "",
    "filesDir": "src",
    "entry": "index.ts",
    "manifest": {
        "endpoints": [
            {
                "path": "/only",
                "method": "GET",
                "handler": "h"
            }
        ]
    }
}
