Zally · Schema

SupportedRulesResponse

Supported Rules

API DesignAPI LintingAPI QualityOpen SourceOpenAPIZalando

Properties

Name Type Description
supported_rules array
View JSON Schema on GitHub

JSON Schema

zally-api-supported-rules-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SupportedRulesResponse",
  "description": "Supported Rules",
  "$id": "https://raw.githubusercontent.com/api-evangelist/zally/refs/heads/main/json-schema/zally-api-supported-rules-response-schema.json",
  "type": "object",
  "properties": {
    "supported_rules": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Rule"
      },
      "example": [
        {}
      ]
    }
  },
  "required": [
    "supported_rules"
  ]
}