Merge · Schema

ActionsEnum

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway
View JSON Schema on GitHub

JSON Schema

merge-actionsenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ActionsEnum",
  "title": "ActionsEnum",
  "type": "string",
  "enum": [
    "VIEW",
    "CREATE",
    "EDIT",
    "DELETE"
  ]
}