Treblle · Schema

GovernanceCheckRequest

AnalyticsArtificial IntelligenceDeveloper ExperienceDocumentationGovernanceInsightsObservabilityPlatformSecurityTesting

Properties

Name Type Description
openapi_spec object The OpenAPI specification object to evaluate
View JSON Schema on GitHub

JSON Schema

treblle-governancecheckrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GovernanceCheckRequest",
  "title": "GovernanceCheckRequest",
  "type": "object",
  "required": [
    "openapi_spec"
  ],
  "properties": {
    "openapi_spec": {
      "type": "object",
      "description": "The OpenAPI specification object to evaluate"
    }
  }
}