{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/notification-webhooks-json-object-structure.json", "description": "JSONObject schema from Adyen API", "properties": { "paths": { "items": { "$ref": "#/components/schemas/JSONPath" }, "type": "array" }, "rootPath": { "$ref": "#/components/schemas/JSONPath" } }, "type": "object", "name": "JSONObject" }