Oso Cloud · Schema

Value

AuthorizationAccess ControlRBACReBACABACPermissionsPolicySecurityIdentity

Properties

Name Type Description
type string
id string
View JSON Schema on GitHub

JSON Schema

Value.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.osohq.com/schemas/Value.json",
  "title": "Value",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "nullable": true
    },
    "id": {
      "type": "string",
      "nullable": true
    }
  }
}