Zally · JSON Structure

Zally Api Supported Rules Response Structure

Supported Rules

Type: object Properties: 1 Required: 1
API DesignAPI LintingAPI QualityOpen SourceOpenAPIZalando

SupportedRulesResponse is a JSON Structure definition published by Zally, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

supported_rules

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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