{"openapi":"3.0.1","paths":{"/api/debug-client.js":{"get":{"operationId":"getDebugJsFileContent","responses":{"default":{"description":"default response","content":{"application/javascript":{}}}}}},"/api/spa-variables":{"get":{"operationId":"getVariables","responses":{"default":{"description":"default response","content":{"application/json":{}}}}}},"/api/pagemodel":{"post":{"operationId":"getPageModel","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PageModelRequest"}}}},"responses":{"default":{"description":"default response","content":{"application/json":{}}}}}},"/api/internal/status/ping":{"post":{"operationId":"ping","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PingRequest"}}}},"responses":{"default":{"description":"default response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PingResult"}}}}}}},"/api/{job-id}":{"get":{"operationId":"get","parameters":[{"name":"wait","in":"query","schema":{"type":"integer","format":"int64"}},{"name":"job-id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{"description":"default response","content":{"*/*":{}}}}},"post":{"operationId":"readAndRemove","parameters":[{"name":"wait","in":"query","schema":{"type":"integer","format":"int64"}},{"name":"job-id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{"description":"default response","content":{"*/*":{}}}}},"delete":{"operationId":"remove","parameters":[{"name":"job-id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"default":{"description":"default response","content":{"*/*":{}}}}}}},"components":{"schemas":{"PageModelRequest":{"type":"object","properties":{"url":{"type":"string"}}},"PingResult":{"type":"object","properties":{"result":{"type":"string"}}},"PingRequest":{"type":"object","properties":{"request":{"type":"string"}}}}}}