{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PermitResult", "title": "PermitResult", "properties": { "resultKey": { "x-addedInVersion": "32", "description": "The key to link permit requests to permit results.", "type": "string" }, "token": { "x-addedInVersion": "32", "description": "The permit token which is used to make payments by the partner company.", "type": "string" } }, "type": "object" }