Zally · Schema

ViolationsCount

Violation Count

API DesignAPI LintingAPI QualityOpen SourceOpenAPIZalando

Properties

Name Type Description
must integer
should integer
may integer
could integer
hint integer
View JSON Schema on GitHub

JSON Schema

zally-api-violations-count-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ViolationsCount",
  "description": "Violation Count",
  "$id": "https://raw.githubusercontent.com/api-evangelist/zally/refs/heads/main/json-schema/zally-api-violations-count-schema.json",
  "type": "object",
  "properties": {
    "must": {
      "type": "integer",
      "format": "int32",
      "example": 100
    },
    "should": {
      "type": "integer",
      "format": "int32",
      "example": 100
    },
    "may": {
      "type": "integer",
      "format": "int32",
      "example": 100
    },
    "could": {
      "type": "integer",
      "format": "int32",
      "example": 100
    },
    "hint": {
      "type": "integer",
      "format": "int32",
      "example": 100
    }
  },
  "required": [
    "must",
    "should",
    "may",
    "could",
    "hint"
  ]
}