Oso Cloud · Schema

LocalListQuery

AuthorizationAccess ControlRBACReBACABACPermissionsPolicySecurityIdentity

Properties

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

JSON Schema

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