Oso Cloud · Schema

QueryDeprecated

AuthorizationAccess ControlRBACReBACABACPermissionsPolicySecurityIdentity

Properties

Name Type Description
fact object
context_facts array
View JSON Schema on GitHub

JSON Schema

QueryDeprecated.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.osohq.com/schemas/QueryDeprecated.json",
  "title": "QueryDeprecated",
  "type": "object",
  "required": [
    "fact"
  ],
  "properties": {
    "fact": {
      "$ref": "#/components/schemas/Fact"
    },
    "context_facts": {
      "default": [],
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Fact"
      }
    }
  }
}