{
  "name": "missing-dollar-schema",
  "displayName": "Missing dollar schema field",
  "filesDir": "src",
  "entry": "index.ts",
  "manifest": {
    "endpoints": [
      {
        "path": "/only",
        "method": "GET",
        "handler": "h"
      }
    ]
  }
}
