-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
sdkgen.lock
1 lines (1 loc) · 141 KB
/
sdkgen.lock
1
{"fusio/sdk":{"operations":{"authorization.getWhoami":{"path":"/authorization/whoami","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_User"}},"arguments":[],"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["authorization"],"authorization":true,"tags":["authorization"]},"authorization.revoke":{"path":"/authorization/revoke","method":"POST","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":[],"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["authorization"],"authorization":true,"tags":["authorization"]},"backend.account.changePassword":{"path":"/backend/account/change_password","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Backend_AccountChangePassword"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.account"],"authorization":true,"tags":["account"]},"backend.account.get":{"path":"/backend/account","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_User"}},"arguments":[],"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.account"],"authorization":true,"tags":["account"]},"backend.account.update":{"path":"/backend/account","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Backend_UserUpdate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.account"],"authorization":true,"tags":["account"]},"backend.action.create":{"path":"/backend/action","method":"POST","return":{"code":201,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Backend_ActionCreate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.action"],"authorization":true,"tags":["action"]},"backend.action.delete":{"path":"/backend/action/$action_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"action_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.action"],"authorization":true,"tags":["action"]},"backend.action.execute":{"path":"/backend/action/execute/:action_id","method":"POST","return":{"code":200,"schema":{"type":"reference","target":"Backend_ActionExecuteResponse"}},"arguments":{"action_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_ActionExecuteRequest"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.action"],"authorization":true,"tags":["action"]},"backend.action.get":{"path":"/backend/action/$action_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_Action"}},"arguments":{"action_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.action"],"authorization":true,"tags":["action"]},"backend.action.getAll":{"path":"/backend/action","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_ActionCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.action"],"authorization":true,"tags":["action"]},"backend.action.getClasses":{"path":"/backend/action/list","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_ActionIndex"}},"arguments":[],"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.action"],"authorization":true,"tags":["action"]},"backend.action.getForm":{"path":"/backend/action/form","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Common_FormContainer"}},"arguments":{"class":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.action"],"authorization":true,"tags":["action"]},"backend.action.update":{"path":"/backend/action/$action_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"action_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_ActionUpdate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.action"],"authorization":true,"tags":["action"]},"backend.app.create":{"path":"/backend/app","method":"POST","return":{"code":201,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Backend_AppCreate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.app"],"authorization":true,"tags":["app"]},"backend.app.delete":{"path":"/backend/app/$app_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"app_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.app"],"authorization":true,"tags":["app"]},"backend.app.deleteToken":{"path":"/backend/app/$app_id\u003c[0-9]+\u003e/token/:token_id","method":"DELETE","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"app_id":{"in":"path","schema":{"type":"string"}},"token_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.app"],"authorization":true,"tags":["app"]},"backend.app.get":{"path":"/backend/app/$app_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_App"}},"arguments":{"app_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.app"],"authorization":true,"tags":["app"]},"backend.app.getAll":{"path":"/backend/app","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_AppCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.app"],"authorization":true,"tags":["app"]},"backend.app.update":{"path":"/backend/app/$app_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"app_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_AppUpdate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.app"],"authorization":true,"tags":["app"]},"backend.audit.get":{"path":"/backend/audit/$audit_id\u003c[0-9]+\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_Audit"}},"arguments":{"audit_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.audit"],"authorization":true,"tags":["audit"]},"backend.audit.getAll":{"path":"/backend/audit","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_AuditCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"event":{"in":"query","schema":{"type":"string"}},"ip":{"in":"query","schema":{"type":"string"}},"message":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.audit"],"authorization":true,"tags":["audit"]},"backend.backup.export":{"path":"/backend/backup/export","method":"POST","return":{"code":200,"schema":{"type":"reference","target":"Backend_BackupExport"}},"arguments":[],"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.backup"],"authorization":true,"tags":["backup"]},"backend.backup.import":{"path":"/backend/backup/import","method":"POST","return":{"code":200,"schema":{"type":"reference","target":"Backend_BackupImportResult"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Backend_BackupImport"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.backup"],"authorization":true,"tags":["backup"]},"backend.category.create":{"path":"/backend/category","method":"POST","return":{"code":201,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Backend_CategoryCreate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.category"],"authorization":true,"tags":["category"]},"backend.category.delete":{"path":"/backend/category/$category_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"category_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.category"],"authorization":true,"tags":["category"]},"backend.category.get":{"path":"/backend/category/$category_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_Category"}},"arguments":{"category_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.category"],"authorization":true,"tags":["category"]},"backend.category.getAll":{"path":"/backend/category","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_CategoryCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.category"],"authorization":true,"tags":["category"]},"backend.category.update":{"path":"/backend/category/$category_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"category_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_CategoryUpdate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.category"],"authorization":true,"tags":["category"]},"backend.config.get":{"path":"/backend/config/$config_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_Config"}},"arguments":{"config_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.config"],"authorization":true,"tags":["config"]},"backend.config.getAll":{"path":"/backend/config","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_ConfigCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.config"],"authorization":true,"tags":["config"]},"backend.config.update":{"path":"/backend/config/$config_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"config_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_ConfigUpdate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.config"],"authorization":true,"tags":["config"]},"backend.connection.create":{"path":"/backend/connection","method":"POST","return":{"code":201,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Backend_ConnectionCreate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.delete":{"path":"/backend/connection/$connection_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.get":{"path":"/backend/connection/$connection_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_Connection"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.getAll":{"path":"/backend/connection","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_ConnectionCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.getClasses":{"path":"/backend/connection/list","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_ConnectionIndex"}},"arguments":[],"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.getForm":{"path":"/backend/connection/form","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Common_FormContainer"}},"arguments":{"class":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.getIntrospection":{"path":"/backend/connection/$connection_id\u003c[0-9]+|^~\u003e/introspection","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_ConnectionIntrospectionEntities"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.getIntrospectionForEntity":{"path":"/backend/connection/$connection_id\u003c[0-9]+|^~\u003e/introspection/:entity","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_ConnectionIntrospectionEntity"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"entity":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.getRedirect":{"path":"/backend/connection/$connection_id\u003c[0-9]+|^~\u003e/redirect","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_ConnectionRedirectResponse"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.connection.update":{"path":"/backend/connection/$connection_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_ConnectionUpdate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.connection"],"authorization":true,"tags":["connection"]},"backend.cronjob.create":{"path":"/backend/cronjob","method":"POST","return":{"code":201,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Backend_CronjobCreate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.cronjob"],"authorization":true,"tags":["cronjob"]},"backend.cronjob.delete":{"path":"/backend/cronjob/$cronjob_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"cronjob_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.cronjob"],"authorization":true,"tags":["cronjob"]},"backend.cronjob.get":{"path":"/backend/cronjob/$cronjob_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_Cronjob"}},"arguments":{"cronjob_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.cronjob"],"authorization":true,"tags":["cronjob"]},"backend.cronjob.getAll":{"path":"/backend/cronjob","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_CronjobCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.cronjob"],"authorization":true,"tags":["cronjob"]},"backend.cronjob.update":{"path":"/backend/cronjob/$cronjob_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"cronjob_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_CronjobUpdate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.cronjob"],"authorization":true,"tags":["cronjob"]},"backend.dashboard.getAll":{"path":"/backend/dashboard","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_Dashboard"}},"arguments":[],"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.dashboard"],"authorization":true,"tags":["dashboard"]},"backend.database.createRow":{"path":"/backend/database/:connection_id/:table_name/rows","method":"POST","return":{"code":201,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"table_name":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_DatabaseRow"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.createTable":{"path":"/backend/database/:connection_id","method":"POST","return":{"code":201,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_DatabaseTable"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.deleteRow":{"path":"/backend/database/:connection_id/:table_name/rows/:id","method":"DELETE","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"table_name":{"in":"path","schema":{"type":"string"}},"id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.deleteTable":{"path":"/backend/database/:connection_id/:table_name","method":"DELETE","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"table_name":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.getConnections":{"path":"/backend/database","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_DatabaseConnections"}},"arguments":[],"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.getRow":{"path":"/backend/database/:connection_id/:table_name/rows/:id","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_DatabaseRow"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"table_name":{"in":"path","schema":{"type":"string"}},"id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.getRows":{"path":"/backend/database/:connection_id/:table_name/rows","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_DatabaseRows"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"table_name":{"in":"path","schema":{"type":"string"}},"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"filterBy":{"in":"query","schema":{"type":"string"}},"filterOp":{"in":"query","schema":{"type":"string"}},"filterValue":{"in":"query","schema":{"type":"string"}},"sortBy":{"in":"query","schema":{"type":"string"}},"sortOrder":{"in":"query","schema":{"type":"string"}},"columns":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.getTable":{"path":"/backend/database/:connection_id/:table_name","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_DatabaseTable"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"table_name":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.getTables":{"path":"/backend/database/:connection_id","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_DatabaseTables"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.updateRow":{"path":"/backend/database/:connection_id/:table_name/rows/:id","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"table_name":{"in":"path","schema":{"type":"string"}},"id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_DatabaseRow"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.database.updateTable":{"path":"/backend/database/:connection_id/:table_name","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"connection_id":{"in":"path","schema":{"type":"string"}},"table_name":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_DatabaseTable"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.database"],"authorization":true,"tags":["database"]},"backend.event.create":{"path":"/backend/event","method":"POST","return":{"code":201,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Backend_EventCreate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.event"],"authorization":true,"tags":["event"]},"backend.event.delete":{"path":"/backend/event/$event_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"event_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.event"],"authorization":true,"tags":["event"]},"backend.event.get":{"path":"/backend/event/$event_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_Event"}},"arguments":{"event_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.event"],"authorization":true,"tags":["event"]},"backend.event.getAll":{"path":"/backend/event","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_EventCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.event"],"authorization":true,"tags":["event"]},"backend.event.update":{"path":"/backend/event/$event_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"event_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_EventUpdate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.event"],"authorization":true,"tags":["event"]},"backend.generator.executeProvider":{"path":"/backend/generator/:provider","method":"POST","return":{"code":201,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"provider":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_GeneratorProvider"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.generator"],"authorization":true,"tags":["generator"]},"backend.generator.getChangelog":{"path":"/backend/generator/:provider","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Backend_GeneratorProviderChangelog"}},"arguments":{"provider":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_GeneratorProviderConfig"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.generator"],"authorization":true,"tags":["generator"]},"backend.generator.getClasses":{"path":"/backend/generator","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_GeneratorIndexProviders"}},"arguments":[],"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.generator"],"authorization":true,"tags":["generator"]},"backend.generator.getForm":{"path":"/backend/generator/:provider","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Common_FormContainer"}},"arguments":{"provider":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.generator"],"authorization":true,"tags":["generator"]},"backend.identity.create":{"path":"/backend/identity","method":"POST","return":{"code":201,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Backend_IdentityCreate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.identity"],"authorization":true,"tags":["identity"]},"backend.identity.delete":{"path":"/backend/identity/$identity_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"identity_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.identity"],"authorization":true,"tags":["identity"]},"backend.identity.get":{"path":"/backend/identity/$identity_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_Identity"}},"arguments":{"identity_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.identity"],"authorization":true,"tags":["identity"]},"backend.identity.getAll":{"path":"/backend/identity","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_IdentityCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.identity"],"authorization":true,"tags":["identity"]},"backend.identity.getClasses":{"path":"/backend/identity/list","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_IdentityIndex"}},"arguments":[],"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.identity"],"authorization":true,"tags":["identity"]},"backend.identity.getForm":{"path":"/backend/identity/form","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Common_FormContainer"}},"arguments":{"class":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.identity"],"authorization":true,"tags":["identity"]},"backend.identity.update":{"path":"/backend/identity/$identity_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"identity_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_IdentityUpdate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.identity"],"authorization":true,"tags":["identity"]},"backend.log.get":{"path":"/backend/log/$log_id\u003c[0-9]+\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_Log"}},"arguments":{"log_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.log"],"authorization":true,"tags":["log"]},"backend.log.getAll":{"path":"/backend/log","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_LogCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"routeId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.log"],"authorization":true,"tags":["log"]},"backend.log.getAllErrors":{"path":"/backend/log/error","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_LogErrorCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.log"],"authorization":true,"tags":["log"]},"backend.log.getError":{"path":"/backend/log/error/$error_id\u003c[0-9]+\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_LogError"}},"arguments":{"error_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.log"],"authorization":true,"tags":["log"]},"backend.marketplace.action.get":{"path":"/backend/marketplace/action/:user/:name","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"MarketplaceAction"}},"arguments":{"user":{"in":"path","schema":{"type":"string"}},"name":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.marketplace"],"authorization":true,"tags":["marketplace"]},"backend.marketplace.action.getAll":{"path":"/backend/marketplace/action","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"MarketplaceActionCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"query":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.marketplace"],"authorization":true,"tags":["marketplace"]},"backend.marketplace.action.install":{"path":"/backend/marketplace/action","method":"POST","return":{"code":201,"schema":{"type":"reference","target":"MarketplaceMessage"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"MarketplaceInstall"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.marketplace"],"authorization":true,"tags":["marketplace"]},"backend.marketplace.action.upgrade":{"path":"/backend/marketplace/action/:user/:name","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"user":{"in":"path","schema":{"type":"string"}},"name":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.marketplace"],"authorization":true,"tags":["marketplace"]},"backend.marketplace.app.get":{"path":"/backend/marketplace/app/:user/:name","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"MarketplaceApp"}},"arguments":{"user":{"in":"path","schema":{"type":"string"}},"name":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.marketplace"],"authorization":true,"tags":["marketplace"]},"backend.marketplace.app.getAll":{"path":"/backend/marketplace/app","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"MarketplaceAppCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"query":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.marketplace"],"authorization":true,"tags":["marketplace"]},"backend.marketplace.app.install":{"path":"/backend/marketplace/app","method":"POST","return":{"code":201,"schema":{"type":"reference","target":"MarketplaceMessage"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"MarketplaceInstall"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.marketplace"],"authorization":true,"tags":["marketplace"]},"backend.marketplace.app.upgrade":{"path":"/backend/marketplace/app/:user/:name","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"MarketplaceMessage"}},"arguments":{"user":{"in":"path","schema":{"type":"string"}},"name":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.marketplace"],"authorization":true,"tags":["marketplace"]},"backend.operation.create":{"path":"/backend/operation","method":"POST","return":{"code":201,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Backend_OperationCreate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.operation"],"authorization":true,"tags":["operation"]},"backend.operation.delete":{"path":"/backend/operation/$operation_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"operation_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.operation"],"authorization":true,"tags":["operation"]},"backend.operation.get":{"path":"/backend/operation/$operation_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_Operation"}},"arguments":{"operation_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.operation"],"authorization":true,"tags":["operation"]},"backend.operation.getAll":{"path":"/backend/operation","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_OperationCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.operation"],"authorization":true,"tags":["operation"]},"backend.operation.update":{"path":"/backend/operation/$operation_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"operation_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_OperationUpdate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.operation"],"authorization":true,"tags":["operation"]},"backend.page.create":{"path":"/backend/page","method":"POST","return":{"code":201,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Backend_PageCreate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.page"],"authorization":true,"tags":["page"]},"backend.page.delete":{"path":"/backend/page/$page_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"page_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.page"],"authorization":true,"tags":["page"]},"backend.page.get":{"path":"/backend/page/$page_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_Page"}},"arguments":{"page_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.page"],"authorization":true,"tags":["page"]},"backend.page.getAll":{"path":"/backend/page","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_PageCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.page"],"authorization":true,"tags":["page"]},"backend.page.update":{"path":"/backend/page/$page_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"page_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_PageUpdate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.page"],"authorization":true,"tags":["page"]},"backend.plan.create":{"path":"/backend/plan","method":"POST","return":{"code":201,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Backend_PlanCreate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.plan"],"authorization":true,"tags":["plan"]},"backend.plan.delete":{"path":"/backend/plan/$plan_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"plan_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.plan"],"authorization":true,"tags":["plan"]},"backend.plan.get":{"path":"/backend/plan/$plan_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_Plan"}},"arguments":{"plan_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.plan"],"authorization":true,"tags":["plan"]},"backend.plan.getAll":{"path":"/backend/plan","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_PlanCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.plan"],"authorization":true,"tags":["plan"]},"backend.plan.update":{"path":"/backend/plan/$plan_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"plan_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_PlanUpdate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.plan"],"authorization":true,"tags":["plan"]},"backend.rate.create":{"path":"/backend/rate","method":"POST","return":{"code":201,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Backend_RateCreate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.rate"],"authorization":true,"tags":["rate"]},"backend.rate.delete":{"path":"/backend/rate/$rate_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"rate_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.rate"],"authorization":true,"tags":["rate"]},"backend.rate.get":{"path":"/backend/rate/$rate_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_Rate"}},"arguments":{"rate_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.rate"],"authorization":true,"tags":["rate"]},"backend.rate.getAll":{"path":"/backend/rate","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_RateCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.rate"],"authorization":true,"tags":["rate"]},"backend.rate.update":{"path":"/backend/rate/$rate_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"rate_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_RateUpdate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.rate"],"authorization":true,"tags":["rate"]},"backend.role.create":{"path":"/backend/role","method":"POST","return":{"code":201,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Backend_RoleCreate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.role"],"authorization":true,"tags":["role"]},"backend.role.delete":{"path":"/backend/role/$role_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"role_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.role"],"authorization":true,"tags":["role"]},"backend.role.get":{"path":"/backend/role/$role_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_Role"}},"arguments":{"role_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.role"],"authorization":true,"tags":["role"]},"backend.role.getAll":{"path":"/backend/role","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_RoleCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.role"],"authorization":true,"tags":["role"]},"backend.role.update":{"path":"/backend/role/$role_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"role_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_RoleUpdate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.role"],"authorization":true,"tags":["role"]},"backend.schema.create":{"path":"/backend/schema","method":"POST","return":{"code":201,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Backend_SchemaCreate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.schema"],"authorization":true,"tags":["schema"]},"backend.schema.delete":{"path":"/backend/schema/$schema_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"schema_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.schema"],"authorization":true,"tags":["schema"]},"backend.schema.get":{"path":"/backend/schema/$schema_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_Schema"}},"arguments":{"schema_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.schema"],"authorization":true,"tags":["schema"]},"backend.schema.getAll":{"path":"/backend/schema","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_SchemaCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.schema"],"authorization":true,"tags":["schema"]},"backend.schema.getPreview":{"path":"/backend/schema/preview/:schema_id","method":"POST","return":{"code":200,"schema":{"type":"reference","target":"Backend_SchemaPreviewResponse"}},"arguments":{"schema_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.schema"],"authorization":true,"tags":["schema"]},"backend.schema.update":{"path":"/backend/schema/$schema_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"schema_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_SchemaUpdate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.schema"],"authorization":true,"tags":["schema"]},"backend.schema.updateForm":{"path":"/backend/schema/form/$schema_id\u003c[0-9]+\u003e","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"schema_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_SchemaForm"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.schema"],"authorization":true,"tags":["schema"]},"backend.scope.create":{"path":"/backend/scope","method":"POST","return":{"code":201,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Backend_ScopeCreate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.scope"],"authorization":true,"tags":["scope"]},"backend.scope.delete":{"path":"/backend/scope/$scope_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"scope_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.scope"],"authorization":true,"tags":["scope"]},"backend.scope.get":{"path":"/backend/scope/$scope_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_Scope"}},"arguments":{"scope_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.scope"],"authorization":true,"tags":["scope"]},"backend.scope.getAll":{"path":"/backend/scope","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_ScopeCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.scope"],"authorization":true,"tags":["scope"]},"backend.scope.getCategories":{"path":"/backend/scope/categories","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_ScopeCategories"}},"arguments":[],"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.scope"],"authorization":true,"tags":["scope"]},"backend.scope.update":{"path":"/backend/scope/$scope_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"scope_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_ScopeUpdate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.scope"],"authorization":true,"tags":["scope"]},"backend.sdk.generate":{"path":"/backend/sdk","method":"POST","return":{"code":200,"schema":{"type":"reference","target":"Backend_SdkMessage"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Backend_SdkGenerate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.sdk"],"authorization":true,"tags":["sdk"]},"backend.sdk.getAll":{"path":"/backend/sdk","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_SdkResponse"}},"arguments":[],"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.sdk"],"authorization":true,"tags":["sdk"]},"backend.statistic.getActivitiesPerUser":{"path":"/backend/statistic/activities_per_user","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getCountRequests":{"path":"/backend/statistic/count_requests","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_StatisticCount"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getErrorsPerOperation":{"path":"/backend/statistic/errors_per_operation","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getIncomingRequests":{"path":"/backend/statistic/incoming_requests","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getIncomingTransactions":{"path":"/backend/statistic/incoming_transactions","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getIssuedTokens":{"path":"/backend/statistic/issued_tokens","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getMostUsedActivities":{"path":"/backend/statistic/most_used_activities","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getMostUsedApps":{"path":"/backend/statistic/most_used_apps","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getMostUsedOperations":{"path":"/backend/statistic/most_used_operations","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getTestCoverage":{"path":"/backend/statistic/test_coverage","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_StatisticChart"}},"arguments":[],"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getTimeAverage":{"path":"/backend/statistic/time_average","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getTimePerOperation":{"path":"/backend/statistic/time_per_operation","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getUsedPoints":{"path":"/backend/statistic/used_points","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.statistic.getUserRegistrations":{"path":"/backend/statistic/user_registrations","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_StatisticChart"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"operationId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"ip":{"in":"query","schema":{"type":"string"}},"userAgent":{"in":"query","schema":{"type":"string"}},"method":{"in":"query","schema":{"type":"string"}},"path":{"in":"query","schema":{"type":"string"}},"header":{"in":"query","schema":{"type":"string"}},"body":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.statistic"],"authorization":true,"tags":["statistic"]},"backend.tenant.remove":{"path":"/backend/tenant/:tenant_id","method":"DELETE","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"tenant_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.tenant"],"authorization":true,"tags":["tenant"]},"backend.tenant.setup":{"path":"/backend/tenant/:tenant_id","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"tenant_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.tenant"],"authorization":true,"tags":["tenant"]},"backend.test.get":{"path":"/backend/test/$test_id\u003c[0-9]+\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_Test"}},"arguments":{"test_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.test"],"authorization":true,"tags":["test"]},"backend.test.getAll":{"path":"/backend/test","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_TestCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.test"],"authorization":true,"tags":["test"]},"backend.test.refresh":{"path":"/backend/test","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":[],"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.test"],"authorization":true,"tags":["test"]},"backend.test.run":{"path":"/backend/test","method":"POST","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":[],"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.test"],"authorization":true,"tags":["test"]},"backend.test.update":{"path":"/backend/test/$test_id\u003c[0-9]+\u003e","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"test_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_Test"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.test"],"authorization":true,"tags":["test"]},"backend.token.get":{"path":"/backend/token/$token_id\u003c[0-9]+\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_Token"}},"arguments":{"token_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.token"],"authorization":true,"tags":["token"]},"backend.token.getAll":{"path":"/backend/token","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_TokenCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"appId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"status":{"in":"query","schema":{"type":"integer"}},"scope":{"in":"query","schema":{"type":"string"}},"ip":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.token"],"authorization":true,"tags":["token"]},"backend.transaction.get":{"path":"/backend/transaction/$transaction_id\u003c[0-9]+\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_Transaction"}},"arguments":{"transaction_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.transaction"],"authorization":true,"tags":["transaction"]},"backend.transaction.getAll":{"path":"/backend/transaction","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_TransactionCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}},"from":{"in":"query","schema":{"type":"string"}},"to":{"in":"query","schema":{"type":"string"}},"planId":{"in":"query","schema":{"type":"integer"}},"userId":{"in":"query","schema":{"type":"integer"}},"appId":{"in":"query","schema":{"type":"integer"}},"status":{"in":"query","schema":{"type":"string"}},"provider":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.transaction"],"authorization":true,"tags":["transaction"]},"backend.trash.getAllByType":{"path":"/backend/trash/:type","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_TrashDataCollection"}},"arguments":{"type":{"in":"path","schema":{"type":"string"}},"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.trash"],"authorization":true,"tags":["trash"]},"backend.trash.getTypes":{"path":"/backend/trash","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_TrashTypes"}},"arguments":[],"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.trash"],"authorization":true,"tags":["trash"]},"backend.trash.restore":{"path":"/backend/trash/:type","method":"POST","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"type":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_TrashRestore"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.trash"],"authorization":true,"tags":["trash"]},"backend.user.create":{"path":"/backend/user","method":"POST","return":{"code":201,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Backend_UserCreate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.user"],"authorization":true,"tags":["user"]},"backend.user.delete":{"path":"/backend/user/$user_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"user_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.user"],"authorization":true,"tags":["user"]},"backend.user.get":{"path":"/backend/user/$user_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_User"}},"arguments":{"user_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.user"],"authorization":true,"tags":["user"]},"backend.user.getAll":{"path":"/backend/user","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_UserCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.user"],"authorization":true,"tags":["user"]},"backend.user.update":{"path":"/backend/user/$user_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"user_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_UserUpdate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.user"],"authorization":true,"tags":["user"]},"backend.webhook.create":{"path":"/backend/webhook","method":"POST","return":{"code":201,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Backend_WebhookCreate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.webhook"],"authorization":true,"tags":["webhook"]},"backend.webhook.delete":{"path":"/backend/webhook/$webhook_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"webhook_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.webhook"],"authorization":true,"tags":["webhook"]},"backend.webhook.get":{"path":"/backend/webhook/$webhook_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_Webhook"}},"arguments":{"webhook_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.webhook"],"authorization":true,"tags":["webhook"]},"backend.webhook.getAll":{"path":"/backend/webhook","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Backend_WebhookCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.webhook"],"authorization":true,"tags":["webhook"]},"backend.webhook.update":{"path":"/backend/webhook/$webhook_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"webhook_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Backend_WebhookUpdate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["backend.webhook"],"authorization":true,"tags":["webhook"]},"consumer.account.activate":{"path":"/consumer/activate","method":"POST","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Consumer_UserActivate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["account"]},"consumer.account.authorize":{"path":"/consumer/authorize","method":"POST","return":{"code":200,"schema":{"type":"reference","target":"Consumer_AuthorizeResponse"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Consumer_AuthorizeRequest"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["account"]},"consumer.account.changePassword":{"path":"/consumer/account/change_password","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Backend_AccountChangePassword"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.account"],"authorization":true,"tags":["account"]},"consumer.account.executePasswordReset":{"path":"/consumer/password_reset","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Consumer_UserPasswordReset"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["account"]},"consumer.account.get":{"path":"/consumer/account","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Consumer_UserAccount"}},"arguments":[],"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.account"],"authorization":true,"tags":["account"]},"consumer.account.getApp":{"path":"/consumer/authorize","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Consumer_AuthorizeMeta"}},"arguments":[],"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["account"]},"consumer.account.login":{"path":"/consumer/login","method":"POST","return":{"code":200,"schema":{"type":"reference","target":"Consumer_UserJWT"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Consumer_UserLogin"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["account"]},"consumer.account.refresh":{"path":"/consumer/login","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Consumer_UserJWT"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Consumer_UserRefresh"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["account"]},"consumer.account.register":{"path":"/consumer/register","method":"POST","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Consumer_UserRegister"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["account"]},"consumer.account.requestPasswordReset":{"path":"/consumer/password_reset","method":"POST","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Consumer_UserEmail"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["account"]},"consumer.account.update":{"path":"/consumer/account","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Consumer_UserAccount"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.account"],"authorization":true,"tags":["account"]},"consumer.app.create":{"path":"/consumer/app","method":"POST","return":{"code":201,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Consumer_AppCreate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.app"],"authorization":true,"tags":["app"]},"consumer.app.delete":{"path":"/consumer/app/$app_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"app_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.app"],"authorization":true,"tags":["app"]},"consumer.app.get":{"path":"/consumer/app/$app_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Consumer_App"}},"arguments":{"app_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.app"],"authorization":true,"tags":["app"]},"consumer.app.getAll":{"path":"/consumer/app","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Consumer_AppCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.app"],"authorization":true,"tags":["app"]},"consumer.app.update":{"path":"/consumer/app/$app_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"app_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Consumer_AppUpdate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.app"],"authorization":true,"tags":["app"]},"consumer.event.getAll":{"path":"/consumer/event","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Consumer_EventCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.event"],"authorization":true,"tags":["event"]},"consumer.grant.delete":{"path":"/consumer/grant/$grant_id\u003c[0-9]+\u003e","method":"DELETE","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"grant_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.grant"],"authorization":true,"tags":["grant"]},"consumer.grant.getAll":{"path":"/consumer/grant","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Consumer_GrantCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.grant"],"authorization":true,"tags":["grant"]},"consumer.identity.exchange":{"path":"/consumer/identity/:identity/exchange","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Passthru"}},"arguments":{"identity":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["identity"]},"consumer.identity.getAll":{"path":"/consumer/identity","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Consumer_IdentityCollection"}},"arguments":{"appId":{"in":"query","schema":{"type":"integer"}},"appKey":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["identity"]},"consumer.identity.redirect":{"path":"/consumer/identity/:identity/redirect","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Passthru"}},"arguments":{"identity":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["identity"]},"consumer.log.get":{"path":"/consumer/log/$log_id\u003c[0-9]+\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Consumer_Log"}},"arguments":{"log_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.log"],"authorization":true,"tags":["log"]},"consumer.log.getAll":{"path":"/consumer/log","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Consumer_LogCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.log"],"authorization":true,"tags":["log"]},"consumer.page.get":{"path":"/consumer/page/:page_id","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Consumer_Page"}},"arguments":{"page_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["page"]},"consumer.page.getAll":{"path":"/consumer/page","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Consumer_PageCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":["page"]},"consumer.payment.checkout":{"path":"/consumer/payment/:provider/checkout","method":"POST","return":{"code":200,"schema":{"type":"reference","target":"Consumer_PaymentCheckoutResponse"}},"arguments":{"provider":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Consumer_PaymentCheckoutRequest"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.payment"],"authorization":true,"tags":["payment"]},"consumer.payment.portal":{"path":"/consumer/payment/:provider/portal","method":"POST","return":{"code":200,"schema":{"type":"reference","target":"Consumer_PaymentPortalResponse"}},"arguments":{"provider":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Consumer_PaymentPortalRequest"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.payment"],"authorization":true,"tags":["payment"]},"consumer.plan.get":{"path":"/consumer/plan/$plan_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Consumer_Plan"}},"arguments":{"plan_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.plan"],"authorization":true,"tags":["plan"]},"consumer.plan.getAll":{"path":"/consumer/plan","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Consumer_PlanCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.plan"],"authorization":true,"tags":["plan"]},"consumer.scope.getAll":{"path":"/consumer/scope","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Consumer_ScopeCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.scope"],"authorization":true,"tags":["scope"]},"consumer.token.create":{"path":"/consumer/token","method":"POST","return":{"code":201,"schema":{"type":"reference","target":"Consumer_TokenAccessToken"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Consumer_TokenCreate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.token"],"authorization":true,"tags":["token"]},"consumer.token.delete":{"path":"/consumer/token/$token_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"token_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.token"],"authorization":true,"tags":["token"]},"consumer.token.get":{"path":"/consumer/token/$token_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Consumer_Token"}},"arguments":{"token_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.token"],"authorization":true,"tags":["token"]},"consumer.token.getAll":{"path":"/consumer/token","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Consumer_TokenCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.token"],"authorization":true,"tags":["token"]},"consumer.token.update":{"path":"/consumer/token/$token_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Consumer_TokenAccessToken"}},"arguments":{"token_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Consumer_TokenUpdate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.token"],"authorization":true,"tags":["token"]},"consumer.transaction.get":{"path":"/consumer/transaction/$transaction_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Consumer_Transaction"}},"arguments":{"transaction_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.transaction"],"authorization":true,"tags":["transaction"]},"consumer.transaction.getAll":{"path":"/consumer/transaction","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Consumer_TransactionCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.transaction"],"authorization":true,"tags":["transaction"]},"consumer.webhook.create":{"path":"/consumer/webhook","method":"POST","return":{"code":201,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Consumer_WebhookCreate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.webhook"],"authorization":true,"tags":["webhook"]},"consumer.webhook.delete":{"path":"/consumer/webhook/$webhook_id\u003c[0-9]+|^~\u003e","method":"DELETE","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"webhook_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.webhook"],"authorization":true,"tags":["webhook"]},"consumer.webhook.get":{"path":"/consumer/webhook/$webhook_id\u003c[0-9]+|^~\u003e","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Consumer_Webhook"}},"arguments":{"webhook_id":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.webhook"],"authorization":true,"tags":["webhook"]},"consumer.webhook.getAll":{"path":"/consumer/webhook","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Consumer_WebhookCollection"}},"arguments":{"startIndex":{"in":"query","schema":{"type":"integer"}},"count":{"in":"query","schema":{"type":"integer"}},"search":{"in":"query","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.webhook"],"authorization":true,"tags":["webhook"]},"consumer.webhook.update":{"path":"/consumer/webhook/$webhook_id\u003c[0-9]+|^~\u003e","method":"PUT","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"webhook_id":{"in":"path","schema":{"type":"string"}},"payload":{"in":"body","schema":{"type":"reference","target":"Consumer_WebhookUpdate"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":["consumer.webhook"],"authorization":true,"tags":["webhook"]},"system.connection.callback":{"path":"/system/connection/:name/callback","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"name":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":[]},"system.meta.getAbout":{"path":"/system/about","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"System_About"}},"arguments":[],"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":[]},"system.meta.getDebug":{"path":"/system/debug","method":"POST","return":{"code":200,"schema":{"type":"reference","target":"Passthru"}},"arguments":{"payload":{"in":"body","schema":{"type":"reference","target":"Passthru"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":[]},"system.meta.getHealth":{"path":"/system/health","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"System_HealthCheck"}},"arguments":[],"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":[]},"system.meta.getOAuth2Configuration":{"path":"/system/oauth-authorization-server","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"System_OAuthConfiguration"}},"arguments":[],"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":[]},"system.meta.getRoutes":{"path":"/system/route","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"System_Route"}},"arguments":[],"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":[]},"system.meta.getSchema":{"path":"/system/schema/:name","method":"GET","return":{"code":200,"schema":{"type":"reference","target":"System_Schema"}},"arguments":{"name":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":[]},"system.payment.webhook":{"path":"/system/payment/:provider/webhook","method":"POST","return":{"code":200,"schema":{"type":"reference","target":"Common_Message"}},"arguments":{"provider":{"in":"path","schema":{"type":"string"}}},"throws":[{"code":999,"schema":{"type":"reference","target":"Common_Message"}}],"description":"","stability":2,"security":[],"authorization":false,"tags":[]}},"definitions":{"Backend_AccountChangePassword":{"type":"struct","properties":{"oldPassword":{"type":"string"},"newPassword":{"type":"string"},"verifyPassword":{"type":"string"}}},"Backend_Action":{"type":"struct","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string"},"class":{"type":"string"},"async":{"type":"boolean"},"config":{"type":"reference","target":"Backend_ActionConfig"},"metadata":{"type":"reference","target":"Common_Metadata"}}},"Backend_ActionCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Backend_Action"}}},"Backend_ActionConfig":{"type":"map","schema":{"type":"any"}},"Backend_ActionCreate":{"type":"struct","parent":{"type":"reference","target":"Backend_Action"}},"Backend_ActionExecuteRequest":{"type":"struct","properties":{"method":{"type":"string"},"uriFragments":{"type":"string"},"parameters":{"type":"string"},"headers":{"type":"string"},"body":{"type":"reference","target":"Backend_ActionExecuteRequestBody"}}},"Backend_ActionExecuteRequestBody":{"type":"map","schema":{"type":"any"}},"Backend_ActionExecuteResponse":{"type":"struct","properties":{"statusCode":{"type":"integer"},"headers":{"type":"reference","target":"Backend_ActionExecuteResponseHeaders"},"body":{"type":"reference","target":"Backend_ActionExecuteResponseBody"}}},"Backend_ActionExecuteResponseBody":{"type":"map","schema":{"type":"any"}},"Backend_ActionExecuteResponseHeaders":{"type":"map","schema":{"type":"string"}},"Backend_ActionIndex":{"type":"struct","properties":{"actions":{"type":"array","schema":{"type":"reference","target":"Backend_ActionIndexEntry"}}}},"Backend_ActionIndexEntry":{"type":"struct","properties":{"name":{"type":"string"},"class":{"type":"string"}}},"Backend_ActionUpdate":{"type":"struct","parent":{"type":"reference","target":"Backend_Action"}},"Backend_App":{"type":"struct","properties":{"id":{"type":"integer"},"userId":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string"},"url":{"type":"string"},"parameters":{"type":"string"},"appKey":{"type":"string"},"appSecret":{"type":"string"},"metadata":{"type":"reference","target":"Common_Metadata"},"date":{"type":"string","format":"date-time"},"scopes":{"type":"array","schema":{"type":"string"}},"tokens":{"type":"array","schema":{"type":"reference","target":"Backend_Token"}}}},"Backend_AppCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Backend_App"}}},"Backend_AppCreate":{"type":"struct","parent":{"type":"reference","target":"Backend_App"}},"Backend_AppUpdate":{"type":"struct","parent":{"type":"reference","target":"Backend_App"}},"Backend_Audit":{"type":"struct","properties":{"id":{"type":"integer"},"app":{"type":"reference","target":"Backend_App"},"user":{"type":"reference","target":"Backend_User"},"event":{"type":"string"},"ip":{"type":"string"},"message":{"type":"string"},"content":{"type":"reference","target":"Backend_AuditObject"},"date":{"type":"string","format":"date-time"}}},"Backend_AuditCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Backend_Audit"}}},"Backend_AuditObject":{"description":"A key value object containing the changes","type":"map","schema":{"type":"any"}},"Backend_BackupExport":{"type":"struct","properties":{"export":{"type":"string"}}},"Backend_BackupImport":{"type":"struct","properties":{"import":{"type":"string"}}},"Backend_BackupImportResult":{"type":"struct","properties":{"success":{"type":"boolean"},"message":{"type":"string"},"logs":{"type":"array","schema":{"type":"string"}}}},"Backend_Category":{"type":"struct","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"Backend_CategoryCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Backend_Category"}}},"Backend_CategoryCreate":{"type":"struct","parent":{"type":"reference","target":"Backend_Category"}},"Backend_CategoryUpdate":{"type":"struct","parent":{"type":"reference","target":"Backend_Category"}},"Backend_Config":{"type":"struct","properties":{"id":{"type":"integer"},"type":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"value":{"type":"any"}}},"Backend_ConfigCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Backend_Config"}}},"Backend_ConfigUpdate":{"type":"struct","parent":{"type":"reference","target":"Backend_Config"}},"Backend_Connection":{"type":"struct","properties":{"id":{"type":"integer"},"name":{"type":"string"},"class":{"type":"string"},"oauth2":{"description":"Indicates whether it is possible to start an OAuth2 authorization code flow on this connection","type":"boolean"},"config":{"type":"reference","target":"Backend_ConnectionConfig"},"metadata":{"type":"reference","target":"Common_Metadata"}}},"Backend_ConnectionCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Backend_Connection"}}},"Backend_ConnectionConfig":{"type":"map","schema":{"type":"any"}},"Backend_ConnectionCreate":{"type":"struct","parent":{"type":"reference","target":"Backend_Connection"}},"Backend_ConnectionIndex":{"type":"struct","properties":{"connections":{"type":"array","schema":{"type":"reference","target":"Backend_ConnectionIndexEntry"}}}},"Backend_ConnectionIndexEntry":{"type":"struct","properties":{"name":{"type":"string"},"class":{"type":"string"}}},"Backend_ConnectionIntrospectionEntities":{"type":"struct","properties":{"entities":{"type":"array","schema":{"type":"string"}}}},"Backend_ConnectionIntrospectionEntity":{"type":"struct","properties":{"name":{"type":"string"},"headers":{"type":"array","schema":{"type":"string"}},"rows":{"type":"array","schema":{"type":"reference","target":"Backend_ConnectionIntrospectionEntityRow"}}}},"Backend_ConnectionIntrospectionEntityRow":{"type":"struct","properties":{"values":{"type":"array","schema":{"type":"string"}}}},"Backend_ConnectionRedirectResponse":{"type":"struct","properties":{"redirectUri":{"type":"string"}}},"Backend_ConnectionUpdate":{"type":"struct","parent":{"type":"reference","target":"Backend_Connection"}},"Backend_Cronjob":{"type":"struct","properties":{"id":{"type":"integer"},"name":{"type":"string"},"cron":{"type":"string"},"action":{"type":"string"},"executeDate":{"type":"string","format":"date-time"},"exitCode":{"type":"integer"},"metadata":{"type":"reference","target":"Common_Metadata"},"errors":{"type":"array","schema":{"type":"reference","target":"Backend_CronjobError"}}}},"Backend_CronjobCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Backend_Cronjob"}}},"Backend_CronjobCreate":{"type":"struct","parent":{"type":"reference","target":"Backend_Cronjob"}},"Backend_CronjobError":{"type":"struct","properties":{"message":{"type":"string"},"trace":{"type":"string"},"file":{"type":"string"},"line":{"type":"integer"}}},"Backend_CronjobUpdate":{"type":"struct","parent":{"type":"reference","target":"Backend_Cronjob"}},"Backend_Dashboard":{"type":"struct","properties":{"errorsPerOperation":{"type":"reference","target":"Backend_StatisticChart"},"incomingRequests":{"type":"reference","target":"Backend_StatisticChart"},"incomingTransactions":{"type":"reference","target":"Backend_StatisticChart"},"mostUsedOperations":{"type":"reference","target":"Backend_StatisticChart"},"timePerOperation":{"type":"reference","target":"Backend_StatisticChart"},"testCoverage":{"type":"reference","target":"Backend_StatisticChart"},"mostUsedActivities":{"type":"reference","target":"Backend_StatisticChart"},"activitiesPerUser":{"type":"reference","target":"Backend_StatisticChart"},"userRegistrations":{"type":"reference","target":"Backend_StatisticChart"}}},"Backend_DatabaseConnections":{"type":"struct","properties":{"connections":{"type":"array","schema":{"type":"string"}}}},"Backend_DatabaseRow":{"type":"map","schema":{"type":"any"}},"Backend_DatabaseRows":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Backend_DatabaseRow"}}},"Backend_DatabaseTable":{"type":"struct","properties":{"name":{"type":"string"},"columns":{"type":"array","schema":{"type":"reference","target":"Backend_DatabaseTableColumn"}},"primaryKey":{"type":"string"},"indexes":{"type":"array","schema":{"type":"reference","target":"Backend_DatabaseTableIndex"}},"foreignKeys":{"type":"array","schema":{"type":"reference","target":"Backend_DatabaseTableForeignKeyConstraint"}}}},"Backend_DatabaseTableColumn":{"type":"struct","properties":{"name":{"type":"string"},"type":{"type":"string"},"length":{"type":"integer"},"precision":{"type":"integer"},"scale":{"type":"integer"},"unsigned":{"type":"boolean"},"fixed":{"type":"boolean"},"notNull":{"type":"boolean"},"autoIncrement":{"type":"boolean"},"default":{"type":"any"},"comment":{"type":"string"}}},"Backend_DatabaseTableForeignKeyConstraint":{"type":"struct","properties":{"name":{"type":"string"},"foreignTable":{"type":"string"},"localColumnNames":{"type":"array","schema":{"type":"string"}},"foreignColumnNames":{"type":"array","schema":{"type":"string"}}}},"Backend_DatabaseTableIndex":{"type":"struct","properties":{"name":{"type":"string"},"unique":{"type":"boolean"},"columns":{"type":"array","schema":{"type":"string"}}}},"Backend_DatabaseTables":{"type":"struct","properties":{"tables":{"type":"array","schema":{"type":"string"}}}},"Backend_Event":{"type":"struct","properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"schema":{"type":"string"},"metadata":{"type":"reference","target":"Common_Metadata"}}},"Backend_EventCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Backend_Event"}}},"Backend_EventCreate":{"type":"struct","parent":{"type":"reference","target":"Backend_Event"}},"Backend_EventUpdate":{"type":"struct","parent":{"type":"reference","target":"Backend_Event"}},"Backend_GeneratorIndexProvider":{"type":"struct","properties":{"name":{"type":"string"},"class":{"type":"string"}}},"Backend_GeneratorIndexProviders":{"type":"struct","properties":{"providers":{"type":"array","schema":{"type":"reference","target":"Backend_GeneratorIndexProvider"}}}},"Backend_GeneratorProvider":{"type":"struct","properties":{"path":{"type":"string"},"scopes":{"type":"array","schema":{"type":"string"}},"public":{"type":"boolean"},"config":{"type":"reference","target":"Backend_GeneratorProviderConfig"}}},"Backend_GeneratorProviderChangelog":{"type":"struct","properties":{"schemas":{"type":"array","schema":{"type":"reference","target":"Backend_Schema"}},"actions":{"type":"array","schema":{"type":"reference","target":"Backend_Action"}},"operations":{"type":"array","schema":{"type":"reference","target":"Backend_Operation"}}}},"Backend_GeneratorProviderConfig":{"type":"map","schema":{"type":"any"}},"Backend_Identity":{"type":"struct","properties":{"id":{"type":"integer"},"appId":{"type":"integer"},"roleId":{"type":"integer"},"name":{"type":"string"},"icon":{"type":"string"},"class":{"type":"string"},"config":{"type":"reference","target":"Backend_IdentityConfig"},"allowCreate":{"type":"boolean"}}},"Backend_IdentityCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Backend_Identity"}}},"Backend_IdentityConfig":{"type":"map","schema":{"type":"any"}},"Backend_IdentityCreate":{"type":"struct","parent":{"type":"reference","target":"Backend_Identity"}},"Backend_IdentityIndex":{"type":"struct","properties":{"providers":{"type":"array","schema":{"type":"reference","target":"Backend_IdentityIndexEntry"}}}},"Backend_IdentityIndexEntry":{"type":"struct","properties":{"name":{"type":"string"},"class":{"type":"string"}}},"Backend_IdentityUpdate":{"type":"struct","parent":{"type":"reference","target":"Backend_Identity"}},"Backend_Log":{"type":"struct","properties":{"id":{"type":"integer"},"ip":{"type":"string"},"userAgent":{"type":"string"},"method":{"type":"string"},"path":{"type":"string"},"header":{"type":"string"},"body":{"type":"string"},"date":{"type":"string","format":"date-time"},"errors":{"type":"array","schema":{"type":"reference","target":"Backend_LogError"}}}},"Backend_LogCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Backend_Log"}}},"Backend_LogError":{"type":"struct","properties":{"id":{"type":"integer"},"message":{"type":"integer"},"trace":{"type":"string"},"file":{"type":"string"},"line":{"type":"integer"}}},"Backend_LogErrorCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Backend_LogError"}}},"Backend_Operation":{"type":"struct","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"active":{"type":"boolean"},"public":{"type":"boolean"},"stability":{"type":"integer"},"description":{"type":"string"},"httpMethod":{"type":"string"},"httpPath":{"type":"string"},"httpCode":{"type":"integer"},"name":{"type":"string"},"parameters":{"type":"reference","target":"Backend_OperationParameters"},"incoming":{"type":"string"},"outgoing":{"type":"string"},"throws":{"type":"reference","target":"Backend_OperationThrows"},"action":{"type":"string"},"costs":{"type":"integer"},"scopes":{"type":"array","schema":{"type":"string"}},"metadata":{"type":"reference","target":"Common_Metadata"}}},"Backend_OperationCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Backend_Operation"}}},"Backend_OperationCreate":{"type":"struct","parent":{"type":"reference","target":"Backend_Operation"}},"Backend_OperationParameters":{"type":"map","schema":{"type":"reference","target":"Backend_OperationSchema"}},"Backend_OperationSchema":{"type":"struct","properties":{"description":{"type":"string"},"type":{"type":"string"},"format":{"type":"string"},"enum":{"type":"string"}}},"Backend_OperationThrows":{"type":"map","schema":{"type":"string"}},"Backend_OperationUpdate":{"type":"struct","parent":{"type":"reference","target":"Backend_Operation"}},"Backend_Page":{"type":"struct","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"title":{"type":"string"},"slug":{"type":"string"},"content":{"type":"string"},"metadata":{"type":"reference","target":"Common_Metadata"}}},"Backend_PageCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Backend_Page"}}},"Backend_PageCreate":{"type":"struct","parent":{"type":"reference","target":"Backend_Page"}},"Backend_PageUpdate":{"type":"struct","parent":{"type":"reference","target":"Backend_Page"}},"Backend_Plan":{"type":"struct","properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"price":{"type":"number"},"points":{"type":"integer"},"period":{"type":"integer"},"externalId":{"type":"string"},"scopes":{"type":"array","schema":{"type":"string"}},"metadata":{"type":"reference","target":"Common_Metadata"}}},"Backend_PlanCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Backend_Plan"}}},"Backend_PlanCreate":{"type":"struct","parent":{"type":"reference","target":"Backend_Plan"}},"Backend_PlanUpdate":{"type":"struct","parent":{"type":"reference","target":"Backend_Plan"}},"Backend_Rate":{"type":"struct","properties":{"id":{"type":"integer"},"priority":{"type":"integer"},"name":{"type":"string"},"rateLimit":{"type":"integer"},"timespan":{"type":"string"},"allocation":{"type":"array","schema":{"type":"reference","target":"Backend_RateAllocation"}},"metadata":{"type":"reference","target":"Common_Metadata"}}},"Backend_RateAllocation":{"type":"struct","properties":{"id":{"type":"integer"},"operationId":{"type":"integer"},"userId":{"type":"integer"},"planId":{"type":"integer"},"appId":{"type":"integer"},"authenticated":{"type":"boolean"}}},"Backend_RateCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Backend_Rate"}}},"Backend_RateCreate":{"type":"struct","parent":{"type":"reference","target":"Backend_Rate"}},"Backend_RateUpdate":{"type":"struct","parent":{"type":"reference","target":"Backend_Rate"}},"Backend_Role":{"type":"struct","properties":{"id":{"type":"integer"},"categoryId":{"type":"integer"},"name":{"type":"string"},"scopes":{"type":"array","schema":{"type":"string"}}}},"Backend_RoleCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Backend_Role"}}},"Backend_RoleCreate":{"type":"struct","parent":{"type":"reference","target":"Backend_Role"}},"Backend_RoleUpdate":{"type":"struct","parent":{"type":"reference","target":"Backend_Role"}},"Backend_Schema":{"type":"struct","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string"},"source":{"type":"reference","target":"Backend_SchemaSource"},"form":{"type":"reference","target":"Backend_SchemaForm"},"metadata":{"type":"reference","target":"Common_Metadata"}}},"Backend_SchemaCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Backend_Schema"}}},"Backend_SchemaCreate":{"type":"struct","parent":{"type":"reference","target":"Backend_Schema"}},"Backend_SchemaForm":{"description":"Contains a UI vocabulary to describe the UI of the schema","type":"map","schema":{"type":"any"}},"Backend_SchemaPreviewResponse":{"type":"struct","properties":{"preview":{"type":"string"}}},"Backend_SchemaSource":{"description":"Contains the TypeSchema specification","type":"map","schema":{"type":"any"}},"Backend_SchemaUpdate":{"type":"struct","parent":{"type":"reference","target":"Backend_Schema"}},"Backend_Scope":{"type":"struct","properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"operations":{"type":"array","schema":{"type":"reference","target":"Backend_ScopeOperation"}},"metadata":{"type":"reference","target":"Common_Metadata"}}},"Backend_ScopeCategories":{"type":"struct","properties":{"categories":{"type":"array","schema":{"type":"reference","target":"Backend_ScopeCategory"}}}},"Backend_ScopeCategory":{"type":"struct","properties":{"id":{"type":"integer"},"name":{"type":"string"},"scopes":{"type":"array","schema":{"type":"reference","target":"Backend_ScopeCategoryScope"}}}},"Backend_ScopeCategoryScope":{"type":"struct","properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"}}},"Backend_ScopeCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Backend_Scope"}}},"Backend_ScopeCreate":{"type":"struct","parent":{"type":"reference","target":"Backend_Scope"}},"Backend_ScopeOperation":{"type":"struct","properties":{"operationId":{"type":"integer"},"allow":{"type":"boolean"}}},"Backend_ScopeUpdate":{"type":"struct","parent":{"type":"reference","target":"Backend_Scope"}},"Backend_SdkGenerate":{"type":"struct","properties":{"format":{"type":"string"},"config":{"type":"string"}}},"Backend_SdkMessage":{"type":"struct","properties":{"success":{"type":"boolean"},"message":{"type":"string"},"link":{"type":"string"}}},"Backend_SdkResponse":{"type":"struct","properties":{"types":{"type":"reference","target":"Backend_SdkTypes"}}},"Backend_SdkTypes":{"type":"map","schema":{"type":"string"}},"Backend_StatisticChart":{"type":"struct","properties":{"labels":{"type":"array","schema":{"type":"string"}},"data":{"type":"array","schema":{"type":"reference","target":"Backend_StatisticChartData"}},"series":{"type":"array","schema":{"type":"string"}}}},"Backend_StatisticChartData":{"type":"map","schema":{"type":"any"}},"Backend_StatisticCount":{"type":"struct","properties":{"count":{"type":"integer"},"from":{"type":"string","format":"date-time"},"to":{"type":"string","format":"date-time"}}},"Backend_Test":{"type":"struct","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"operationName":{"type":"string"},"message":{"type":"string"},"response":{"type":"string"},"config":{"type":"reference","target":"Backend_TestConfig"}}},"Backend_TestCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Backend_Test"}}},"Backend_TestConfig":{"type":"struct","parent":{"type":"reference","target":"Backend_ActionExecuteRequest"}},"Backend_Token":{"type":"struct","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string"},"scopes":{"type":"array","schema":{"type":"string"}},"ip":{"type":"string"},"expire":{"type":"string","format":"date-time"},"date":{"type":"string","format":"date-time"}}},"Backend_TokenCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Backend_Token"}}},"Backend_Transaction":{"type":"struct","properties":{"id":{"type":"integer"},"userId":{"type":"integer"},"planId":{"type":"integer"},"transactionId":{"type":"string"},"amount":{"type":"number"},"points":{"type":"number"},"periodStart":{"type":"string","format":"date-time"},"periodEnd":{"type":"string","format":"date-time"},"insertDate":{"type":"string","format":"date-time"}}},"Backend_TransactionCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Backend_Transaction"}}},"Backend_TrashData":{"type":"struct","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string"}}},"Backend_TrashDataCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Backend_TrashData"}}},"Backend_TrashRestore":{"type":"struct","properties":{"id":{"type":"integer"}}},"Backend_TrashTypes":{"type":"struct","properties":{"types":{"type":"array","schema":{"type":"string"}}}},"Backend_User":{"type":"struct","properties":{"id":{"type":"integer"},"roleId":{"type":"integer"},"planId":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string"},"email":{"type":"string"},"points":{"type":"integer"},"scopes":{"type":"array","schema":{"type":"string"}},"apps":{"type":"array","schema":{"type":"reference","target":"Backend_App"}},"metadata":{"type":"reference","target":"Common_Metadata"},"date":{"type":"string","format":"date-time"}}},"Backend_UserCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Backend_User"}}},"Backend_UserCreate":{"type":"struct","parent":{"type":"reference","target":"Backend_User"},"properties":{"password":{"type":"string"}}},"Backend_UserUpdate":{"type":"struct","parent":{"type":"reference","target":"Backend_User"}},"Backend_Webhook":{"type":"struct","properties":{"id":{"type":"integer"},"eventId":{"type":"integer"},"userId":{"type":"integer"},"name":{"type":"string"},"endpoint":{"type":"string"},"responses":{"type":"array","schema":{"type":"reference","target":"Backend_WebhookResponse"}}}},"Backend_WebhookCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Backend_Webhook"}}},"Backend_WebhookCreate":{"type":"struct","parent":{"type":"reference","target":"Backend_Webhook"}},"Backend_WebhookResponse":{"type":"struct","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"code":{"type":"integer"},"attempts":{"type":"integer"},"error":{"type":"string"},"executeDate":{"type":"string","format":"date-time"}}},"Backend_WebhookUpdate":{"type":"struct","parent":{"type":"reference","target":"Backend_Webhook"}},"Common_Collection":{"description":"Base collection","type":"struct","properties":{"totalResults":{"type":"integer"},"startIndex":{"type":"integer"},"itemsPerPage":{"type":"integer"},"entry":{"type":"array","schema":{"type":"generic","name":"T"}}}},"Common_FormContainer":{"type":"struct","properties":{"element":{"type":"array","schema":{"type":"reference","target":"Common_FormElement"}}}},"Common_FormElement":{"type":"struct","base":true,"properties":{"type":{"type":"string"},"element":{"type":"string"},"name":{"type":"string"},"title":{"type":"string"},"help":{"type":"string"}},"discriminator":"type","mapping":{"Common_FormElementInput":"http://fusio-project.org/ns/2015/form/input","Common_FormElementSelect":"http://fusio-project.org/ns/2015/form/select","Common_FormElementTag":"http://fusio-project.org/ns/2015/form/tag","Common_FormElementTextArea":"http://fusio-project.org/ns/2015/form/textarea"}},"Common_FormElementInput":{"type":"struct","parent":{"type":"reference","target":"Common_FormElement"}},"Common_FormElementSelect":{"type":"struct","parent":{"type":"reference","target":"Common_FormElement"},"properties":{"options":{"type":"array","schema":{"type":"reference","target":"Common_FormElementSelectOption"}}}},"Common_FormElementSelectOption":{"type":"struct","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"Common_FormElementTag":{"type":"struct","parent":{"type":"reference","target":"Common_FormElement"}},"Common_FormElementTextArea":{"type":"struct","parent":{"type":"reference","target":"Common_FormElement"},"properties":{"mode":{"type":"string"}}},"Common_Message":{"description":"Common error message","type":"struct","properties":{"success":{"type":"boolean"},"message":{"type":"string"},"id":{"type":"string"}}},"Common_Metadata":{"type":"map","schema":{"type":"string"}},"Consumer_App":{"type":"struct","properties":{"id":{"type":"integer"},"userId":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string"},"url":{"type":"string"},"appKey":{"type":"string"},"appSecret":{"type":"string"},"date":{"type":"string"},"scopes":{"type":"array","schema":{"type":"string"}},"metadata":{"type":"reference","target":"Common_Metadata"}}},"Consumer_AppCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Consumer_App"}}},"Consumer_AppCreate":{"type":"struct","properties":{"name":{"type":"string"},"url":{"type":"string"},"scopes":{"type":"array","schema":{"type":"string"}}}},"Consumer_AppUpdate":{"type":"struct","properties":{"name":{"type":"string"},"url":{"type":"string"},"scopes":{"type":"array","schema":{"type":"string"}}}},"Consumer_AuthorizeMeta":{"type":"struct","properties":{"name":{"type":"string"},"url":{"type":"string"},"scopes":{"type":"array","schema":{"type":"reference","target":"Consumer_Scope"}}}},"Consumer_AuthorizeRequest":{"type":"struct","properties":{"responseType":{"type":"string"},"clientId":{"type":"string"},"redirectUri":{"type":"string"},"scope":{"type":"string"},"state":{"type":"string"},"allow":{"type":"boolean"}}},"Consumer_AuthorizeResponse":{"type":"struct","properties":{"type":{"type":"string"},"token":{"type":"reference","target":"Consumer_AuthorizeResponseToken"},"code":{"type":"string"},"redirectUri":{"type":"string"}}},"Consumer_AuthorizeResponseToken":{"type":"struct","properties":{"access_token":{"type":"string"},"token_type":{"type":"string"},"expires_in":{"type":"string"},"scope":{"type":"string"}}},"Consumer_Event":{"type":"struct","properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"metadata":{"type":"reference","target":"Common_Metadata"}}},"Consumer_EventCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Consumer_Event"}}},"Consumer_Grant":{"type":"struct","properties":{"id":{"type":"integer"},"app":{"type":"reference","target":"Consumer_App"},"createDate":{"type":"string","format":"date-time"}}},"Consumer_GrantCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Consumer_Grant"}}},"Consumer_Identity":{"type":"struct","properties":{"id":{"type":"integer"},"name":{"type":"string"},"icon":{"type":"string"},"redirect":{"type":"string"}}},"Consumer_IdentityCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Consumer_Identity"}}},"Consumer_Log":{"type":"struct","properties":{"id":{"type":"integer"},"appId":{"type":"integer"},"ip":{"type":"string"},"userAgent":{"type":"string"},"method":{"type":"string"},"path":{"type":"string"},"header":{"type":"string"},"body":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"Consumer_LogCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Consumer_Log"}}},"Consumer_Page":{"type":"struct","properties":{"id":{"type":"integer"},"title":{"type":"string"},"slug":{"type":"string"},"content":{"type":"string"},"metadata":{"type":"reference","target":"Common_Metadata"}}},"Consumer_PageCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Consumer_Page"}}},"Consumer_PaymentCheckoutRequest":{"type":"struct","properties":{"planId":{"type":"integer"},"returnUrl":{"type":"string"}}},"Consumer_PaymentCheckoutResponse":{"type":"struct","properties":{"approvalUrl":{"type":"string"}}},"Consumer_PaymentPortalRequest":{"type":"struct","properties":{"returnUrl":{"type":"string"}}},"Consumer_PaymentPortalResponse":{"type":"struct","properties":{"redirectUrl":{"type":"string"}}},"Consumer_Plan":{"type":"struct","properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"price":{"type":"number"},"points":{"type":"integer"},"period":{"type":"integer"},"metadata":{"type":"reference","target":"Common_Metadata"}}},"Consumer_PlanCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Consumer_Plan"}}},"Consumer_Scope":{"type":"struct","properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"metadata":{"type":"reference","target":"Common_Metadata"}}},"Consumer_ScopeCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Consumer_Scope"}}},"Consumer_Token":{"type":"struct","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string"},"scopes":{"type":"array","schema":{"type":"string"}},"ip":{"type":"string"},"expire":{"type":"string","format":"date"},"date":{"type":"string","format":"date-time"}}},"Consumer_TokenAccessToken":{"type":"struct","properties":{"access_token":{"type":"string"},"token_type":{"type":"string"},"expires_in":{"type":"integer"},"refresh_token":{"type":"string"},"scope":{"type":"string"}}},"Consumer_TokenCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Consumer_Token"}}},"Consumer_TokenCreate":{"type":"struct","properties":{"name":{"type":"string"},"scopes":{"type":"array","schema":{"type":"string"}},"expire":{"type":"string","format":"date"}}},"Consumer_TokenUpdate":{"type":"struct","properties":{"name":{"type":"string"},"expire":{"type":"string","format":"date"}}},"Consumer_Transaction":{"type":"struct","properties":{"id":{"type":"integer"},"userId":{"type":"integer"},"planId":{"type":"integer"},"plan":{"type":"reference","target":"Consumer_Plan"},"transactionId":{"type":"string"},"amount":{"type":"number"},"points":{"type":"number"},"periodStart":{"type":"string","format":"date-time"},"periodEnd":{"type":"string","format":"date-time"},"insertDate":{"type":"string","format":"date-time"}}},"Consumer_TransactionCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Consumer_Transaction"}}},"Consumer_UserAccount":{"type":"struct","properties":{"id":{"type":"integer"},"planId":{"type":"integer"},"status":{"type":"integer"},"name":{"type":"string"},"email":{"type":"string"},"points":{"type":"integer"},"scopes":{"type":"array","schema":{"type":"string"}},"plans":{"type":"array","schema":{"type":"reference","target":"Consumer_UserPlan"}},"metadata":{"type":"reference","target":"Common_Metadata"},"date":{"type":"string","format":"date-time"}}},"Consumer_UserActivate":{"type":"struct","properties":{"token":{"type":"string"}}},"Consumer_UserEmail":{"type":"struct","properties":{"email":{"type":"string"},"captcha":{"type":"string"}}},"Consumer_UserJWT":{"type":"struct","properties":{"token":{"type":"string"},"expires_in":{"type":"integer"},"refresh_token":{"type":"string"},"scope":{"type":"string"}}},"Consumer_UserLogin":{"type":"struct","properties":{"username":{"type":"string"},"password":{"type":"string"},"scopes":{"type":"array","schema":{"type":"string"}}}},"Consumer_UserPasswordReset":{"type":"struct","properties":{"token":{"type":"string"},"newPassword":{"type":"string"}}},"Consumer_UserPlan":{"type":"struct","properties":{"id":{"type":"integer"},"name":{"type":"string"},"price":{"type":"integer"},"points":{"type":"integer"},"period":{"type":"integer"}}},"Consumer_UserRefresh":{"type":"struct","properties":{"refresh_token":{"type":"string"}}},"Consumer_UserRegister":{"type":"struct","properties":{"name":{"type":"string"},"email":{"type":"string"},"password":{"type":"string"},"captcha":{"type":"string"}}},"Consumer_Webhook":{"type":"struct","properties":{"id":{"type":"integer"},"status":{"type":"integer"},"event":{"type":"string"},"name":{"type":"string"},"endpoint":{"type":"string"},"responses":{"type":"array","schema":{"type":"reference","target":"Consumer_WebhookResponse"}}}},"Consumer_WebhookCollection":{"type":"struct","parent":{"type":"reference","target":"Common_Collection","template":{"T":"Consumer_Webhook"}}},"Consumer_WebhookCreate":{"type":"struct","properties":{"event":{"type":"string"},"name":{"type":"string"},"endpoint":{"type":"string"}}},"Consumer_WebhookResponse":{"type":"struct","properties":{"status":{"type":"integer"},"code":{"type":"integer"},"attempts":{"type":"string"},"executeDate":{"type":"string"}}},"Consumer_WebhookUpdate":{"type":"struct","properties":{"event":{"type":"string"},"name":{"type":"string"},"endpoint":{"type":"string"}}},"MarketplaceAction":{"type":"struct","parent":{"type":"reference","target":"MarketplaceObject"},"properties":{"class":{"type":"string"},"config":{"type":"reference","target":"MarketplaceActionConfig"}}},"MarketplaceActionCollection":{"type":"struct","parent":{"type":"reference","target":"MarketplaceCollection","template":{"T":"MarketplaceAction"}}},"MarketplaceActionConfig":{"type":"map","schema":{"type":"any"}},"MarketplaceApp":{"type":"struct","parent":{"type":"reference","target":"MarketplaceObject"},"properties":{"scopes":{"type":"array","schema":{"type":"string"}},"downloadUrl":{"type":"string"},"hash":{"type":"string"}}},"MarketplaceAppCollection":{"type":"struct","parent":{"type":"reference","target":"MarketplaceCollection","template":{"T":"MarketplaceApp"}}},"MarketplaceCollection":{"type":"struct","properties":{"totalResults":{"type":"integer"},"startIndex":{"type":"integer"},"itemsPerPage":{"type":"integer"},"entry":{"type":"array","schema":{"type":"generic","name":"T"}}}},"MarketplaceInstall":{"description":"Installs an object from the marketplace","type":"struct","properties":{"name":{"type":"string"}}},"MarketplaceMessage":{"type":"struct","properties":{"success":{"type":"boolean"},"message":{"type":"string"}}},"MarketplaceObject":{"description":"Base class of all objects on the marketplace","type":"struct","properties":{"id":{"type":"integer"},"name":{"type":"string"},"author":{"type":"reference","target":"MarketplaceUser"},"version":{"type":"string"},"icon":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"cost":{"type":"integer"},"updateDate":{"type":"string","format":"date-time"},"insertDate":{"type":"string","format":"date-time"}}},"MarketplaceUser":{"type":"struct","properties":{"id":{"type":"integer"},"name":{"type":"string"},"verified":{"type":"boolean"}}},"Passthru":{"description":"No schema information available","type":"map","schema":{"type":"any"}},"System_About":{"type":"struct","properties":{"apiVersion":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"termsOfService":{"type":"string"},"contactName":{"type":"string"},"contactUrl":{"type":"string"},"contactEmail":{"type":"string"},"licenseName":{"type":"string"},"licenseUrl":{"type":"string"},"paymentCurrency":{"type":"string"},"categories":{"type":"array","schema":{"type":"string"}},"scopes":{"type":"array","schema":{"type":"string"}},"apps":{"type":"reference","target":"System_AboutApps"},"links":{"type":"array","schema":{"type":"reference","target":"System_AboutLink"}}}},"System_AboutApps":{"type":"map","schema":{"type":"string"}},"System_AboutLink":{"type":"struct","properties":{"rel":{"type":"string"},"href":{"type":"string"}}},"System_HealthCheck":{"type":"struct","properties":{"healthy":{"type":"boolean"},"error":{"type":"string"}}},"System_OAuthConfiguration":{"type":"struct","properties":{"issuer":{"type":"string"},"token_endpoint":{"type":"string"},"token_endpoint_auth_methods_supported":{"type":"array","schema":{"type":"string"}},"userinfo_endpoint":{"type":"string"},"scopes_supported":{"type":"array","schema":{"type":"string"}},"claims_supported":{"type":"array","schema":{"type":"string"}}}},"System_Route":{"type":"struct","properties":{"routes":{"type":"reference","target":"System_RoutePath"}}},"System_RouteMethod":{"type":"map","schema":{"type":"string"}},"System_RoutePath":{"type":"map","schema":{"type":"reference","target":"System_RouteMethod"}},"System_Schema":{"type":"struct","properties":{"schema":{"type":"reference","target":"System_SchemaTypeSchema"},"form":{"type":"reference","target":"System_SchemaForm"}}},"System_SchemaForm":{"type":"map","schema":{"type":"any"}},"System_SchemaTypeSchema":{"type":"map","schema":{"type":"any"}}}}}