Zally · Example Payload

Zally Api Violation Example

Example description for this resource.

API DesignAPI LintingAPI QualityOpen SourceOpenAPIZalando

Zally Api Violation Example is an example object payload from Zally, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionviolation_typerule_linkpathspointerstart_lineend_line

Example Payload

Raw ↑
{
  "title": "Example Name",
  "description": "Example description for this resource.",
  "violation_type": "example-value",
  "rule_link": "https://example.com/path/abc123",
  "paths": [
    "/var/example/abc.log"
  ],
  "pointer": "example-value",
  "start_line": 1,
  "end_line": 5
}