Merge · Schema

ValidationProblemSource

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
pointer string
View JSON Schema on GitHub

JSON Schema

merge-validationproblemsource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ValidationProblemSource",
  "title": "ValidationProblemSource",
  "type": "object",
  "properties": {
    "pointer": {
      "type": "string"
    }
  },
  "required": [
    "pointer"
  ]
}