Oso Cloud · Schema

LocalQuery

AuthorizationAccess ControlRBACReBACABACPermissionsPolicySecurityIdentity

Properties

Name Type Description
query object
data_bindings string
mode object
View JSON Schema on GitHub

JSON Schema

LocalQuery.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.osohq.com/schemas/LocalQuery.json",
  "title": "LocalQuery",
  "type": "object",
  "required": [
    "data_bindings",
    "mode",
    "query"
  ],
  "properties": {
    "query": {
      "$ref": "#/components/schemas/Query"
    },
    "data_bindings": {
      "type": "string"
    },
    "mode": {
      "$ref": "#/components/schemas/LocalQueryMode"
    }
  }
}