Zally · JSON Structure

Zally Api Violations Count Structure

Violation Count

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

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

Properties

must should may could hint

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-violations-count-structure.json",
  "name": "ViolationsCount",
  "description": "Violation Count",
  "type": "object",
  "properties": {
    "must": {
      "type": "int32",
      "example": 100
    },
    "should": {
      "type": "int32",
      "example": 100
    },
    "may": {
      "type": "int32",
      "example": 100
    },
    "could": {
      "type": "int32",
      "example": 100
    },
    "hint": {
      "type": "int32",
      "example": 100
    }
  },
  "required": [
    "must",
    "should",
    "may",
    "could",
    "hint"
  ]
}