Title: report
| |
|---|
| Type | object |
| Additional properties |  |
Description: Final report envelope produced by regis, containing request metadata and analyzer results.
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + schemaVersion | No | integer | No | - | Report-structure contract version. Downstream consumers gate rendering on this. Distinct from `version` (package/snapshot). |
| + version | No | string or null | No | - | Version of regis that generated this report. |
| - snapshot_date | No | string | No | - | ISO 8601 date when this version was snapshotted in the doc site. |
| - tier | No | string or null | No | - | The earned tier (e.g. Gold, Silver, Bronze) based on playbook conditions. |
| - badges | No | array of object | No | - | - |
| - metadata | No | object | No | - | Arbitrary user-provided metadata (from --meta). Optional namespace exposed to rules as metadata.*. |
| - links | No | array of object | No | - | Custom templated links. |
| + request | No | object | No | - | Metadata describing the analysis request. |
| + results | No | object | No | - | Analyzer results keyed by analyzer name. |
| - playbooks | No | array | No | - | List of evaluated playbook results. |
| - playbook | No | object | No | Same as playbook.result | playbook.result |
| - rules | No | array of object | No | - | List of unified rule results (promoted from playbooks[0]). |
| - rules_summary | No | object | No | - | Summary of rule evaluation results. |
1.
Property schemaVersion
Description: Report-structure contract version. Downstream consumers gate rendering on this. Distinct from version (package/snapshot).
2.
Property version
Description: Version of regis that generated this report.
3.
Property snapshot_date
Description: ISO 8601 date when this version was snapshotted in the doc site.
4.
Property tier
Description: The earned tier (e.g. Gold, Silver, Bronze) based on playbook conditions.
5.
Property badges
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
5.1. badges items
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - slug | No | string | No | - | Unique identifier for the badge. |
| + scope | No | string | No | - | Domain of the badge (e.g., 'security', 'hygiene'). |
| - value | No | string or null | No | - | Display value or grade (e.g., 'A', '95%'). |
| + class | No | enum (of string) | No | - | Visual style indicator. |
| - label | No | string | No | - | The full label string (scope or scope: value). |
5.1.1. Property slug
Description: Unique identifier for the badge.
5.1.2. Property scope
Description: Domain of the badge (e.g., 'security', 'hygiene').
5.1.3. Property value
Description: Display value or grade (e.g., 'A', '95%').
5.1.4. Property class
Description: Visual style indicator.
Must be one of:
- "success"
- "warning"
- "error"
- "information"
5.1.5. Property label
Description: The full label string (scope or scope: value).
| |
|---|
| Type | object |
| Additional properties |  |
Description: Arbitrary user-provided metadata (from --meta). Optional namespace exposed to rules as metadata.*.
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - | No | object | No | - | - |
7.
Property links
Description: Custom templated links.
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
7.1. links items
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + label | No | string | No | - | Display label for the link. |
| + url | No | string | No | - | Target URL. |
7.1.1. Property label
Description: Display label for the link.
7.1.2. Property url
Description: Target URL.
8.
Property request
| |
|---|
| Type | object |
| Additional properties |  |
Description: Metadata describing the analysis request.
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + url | No | string | No | - | Original URL or image reference provided by the user. |
| + registry | No | string | No | - | Resolved registry hostname (e.g. registry-1.docker.io). |
| + repository | No | string | No | - | Full repository path (e.g. library/nginx). |
| + tag | No | string | No | - | Image tag that was analyzed. |
| - digest | No | string or null | No | - | Resolved image manifest digest (e.g. sha256-xxx), if available. |
| + analyzers | No | array of string | No | - | List of analyzer names that were executed. |
| + timestamp | No | string | No | - | ISO 8601 UTC timestamp of the analysis. |
8.1.
Property url
Description: Original URL or image reference provided by the user.
8.2.
Property registry
Description: Resolved registry hostname (e.g. registry-1.docker.io).
8.3.
Property repository
Description: Full repository path (e.g. library/nginx).
8.4.
Property tag
Description: Image tag that was analyzed.
8.5.
Property digest
Description: Resolved image manifest digest (e.g. sha256-xxx), if available.
8.6.
Property analyzers
Description: List of analyzer names that were executed.
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
8.6.1. analyzers items
8.7.
Property timestamp
| |
|---|
| Type | string |
| Format | date-time |
Description: ISO 8601 UTC timestamp of the analysis.
9.
Property results
| |
|---|
| Type | object |
| Additional properties |  |
Description: Analyzer results keyed by analyzer name.
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - | No | object | No | - | - |
9.1. Property additionalProperties
| |
|---|
| Type | object |
| Additional properties |  |
10.
Property playbooks
Description: List of evaluated playbook results.
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
| Each item of this array must be | Description |
|---|
| playbook.result | Final playbook result produced by regis, containing metadata and analyzer results. |
10.1. playbook.result
Title: playbook.result
| |
|---|
| Type | object |
| Additional properties |  |
| Defined in | ../playbook/result.schema.json |
Description: Final playbook result produced by regis, containing metadata and analyzer results.
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + playbook_name | No | string | No | - | Identifier of the playbook that was executed. |
| - playbook_version | No | string or null | No | - | SemVer of the playbook that produced this report. |
| - api_version | No | string or null | No | - | apiVersion of the playbook that produced this result (e.g. "regis.io/v1alpha1"). |
| - sidebar | No | object | No | - | Sidebar navigation metadata for the report UI. |
| - version | No | string or null | No | - | Version of regis that generated this report. |
| - tier | No | string or null | No | - | The earned tier (e.g. Gold, Silver, Bronze) based on playbook conditions. |
| - badges | No | array of object | No | - | - |
| - rules | No | array of object | No | - | - |
| - rules_summary | No | object | No | - | - |
| + score | No | integer | No | - | Overall percentage score for the playbook. |
| + total_scorecards | No | integer | No | - | Total number of scorecards evaluated. |
| + passed_scorecards | No | integer | No | - | Number of scorecards that passed. |
| - links | No | array of object | No | - | External links associated with this playbook result. |
| + pages | No | array of object | No | - | - |
| - checklists | No | array of object | No | - | Resolved checklists surfaced to downstream integrations. |
| - templates | No | array of object | No | - | Cookiecutter templates surfaced to downstream integrations. |
10.1.1. Property playbook_name
Description: Identifier of the playbook that was executed.
10.1.2. Property playbook_version
Description: SemVer of the playbook that produced this report.
10.1.3. Property api_version
Description: apiVersion of the playbook that produced this result (e.g. "regis.io/v1alpha1").
| |
|---|
| Type | object |
| Additional properties |  |
Description: Sidebar navigation metadata for the report UI.
10.1.5. Property version
Description: Version of regis that generated this report.
10.1.6. Property tier
Description: The earned tier (e.g. Gold, Silver, Bronze) based on playbook conditions.
10.1.7. Property badges
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
10.1.7.1. badges items
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - slug | No | string | No | - | Unique identifier for the badge. |
| + scope | No | string | No | - | Domain of the badge (e.g., 'security', 'hygiene'). |
| - value | No | string or null | No | - | Display value or grade (e.g., 'A', '95%'). |
| + class | No | enum (of string) | No | - | Visual style indicator. |
| - label | No | string | No | - | The full label string (scope or scope: value). |
10.1.7.1.1. Property slug
Description: Unique identifier for the badge.
10.1.7.1.2. Property scope
Description: Domain of the badge (e.g., 'security', 'hygiene').
10.1.7.1.3. Property value
Description: Display value or grade (e.g., 'A', '95%').
10.1.7.1.4. Property class
Description: Visual style indicator.
Must be one of:
- "success"
- "warning"
- "error"
- "information"
10.1.7.1.5. Property label
Description: The full label string (scope or scope: value).
10.1.8. Property rules
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
10.1.8.1. rules items
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + slug | No | string | No | - | Unique identifier for the rule. |
| + description | No | string | No | - | Human-readable name of the rule. |
| - level | No | string | No | - | Priority level (Gold, Silver, Bronze). |
| - tags | No | array of string | No | - | Associated metadata tags. |
| + passed | No | boolean | No | - | Whether the rule criteria were met. |
| + status | No | enum (of string) | No | - | Detailed execution status. |
| + message | No | string | No | - | Reasoning or details for the rule result. |
| - analyzers | No | array of string | No | - | List of analyzers that contributed data to this rule. |
10.1.8.1.1. Property slug
Description: Unique identifier for the rule.
10.1.8.1.2. Property description
Description: Human-readable name of the rule.
10.1.8.1.3. Property level
Description: Priority level (Gold, Silver, Bronze).
Description: Associated metadata tags.
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
| Each item of this array must be | Description |
|---|
| tags items | - |
10.1.8.1.5. Property passed
Description: Whether the rule criteria were met.
10.1.8.1.6. Property status
Description: Detailed execution status.
Must be one of:
- "passed"
- "failed"
- "incomplete"
10.1.8.1.7. Property message
Description: Reasoning or details for the rule result.
10.1.8.1.8. Property analyzers
Description: List of analyzers that contributed data to this rule.
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
10.1.8.1.8.1. analyzers items
10.1.9. Property rules_summary
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + score | No | integer | No | - | - |
| + total | No | array of string | No | - | - |
| + passed | No | array of string | No | - | - |
| - by_tag | No | object | No | - | - |
10.1.9.1. Property score
| Restrictions | |
|---|
| Minimum | ≥ 0 |
| Maximum | ≤ 100 |
10.1.9.2. Property total
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
10.1.9.2.1. total items
10.1.9.3. Property passed
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
10.1.9.3.1. passed items
10.1.9.4. Property by_tag
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - | No | object | No | - | - |
10.1.9.4.1. Property additionalProperties
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + rules | No | array of string | No | - | - |
| + passed_rules | No | array of string | No | - | - |
| + score | No | integer | No | - | - |
10.1.9.4.1.1. Property rules
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
10.1.9.4.1.1.1. rules items
10.1.9.4.1.2. Property passed_rules
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
10.1.9.4.1.2.1. passed_rules items
10.1.9.4.1.3. Property score
| Restrictions | |
|---|
| Minimum | ≥ 0 |
| Maximum | ≤ 100 |
10.1.10. Property score
Description: Overall percentage score for the playbook.
| Restrictions | |
|---|
| Minimum | ≥ 0 |
| Maximum | ≤ 100 |
10.1.11. Property total_scorecards
Description: Total number of scorecards evaluated.
10.1.12. Property passed_scorecards
Description: Number of scorecards that passed.
10.1.13. Property links
Description: External links associated with this playbook result.
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
10.1.13.1. links items
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + label | No | string | No | - | Display label for the link. |
| + url | No | string | No | - | Target URL. |
10.1.13.1.1. Property label
Description: Display label for the link.
10.1.13.1.2. Property url
Description: Target URL.
10.1.14. Property pages
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
10.1.14.1. pages items
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + title | No | string | No | - | Page title. |
| - slug | No | string or null | No | - | URL-friendly identifier for the page. |
| + score | No | integer | No | - | Percentage score for this page. |
| + total_scorecards | No | integer | No | - | Total scorecards on this page. |
| + passed_scorecards | No | integer | No | - | Passed scorecards on this page. |
| + sections | No | array of object | No | - | - |
10.1.14.1.1. Property title
Description: Page title.
10.1.14.1.2. Property slug
Description: URL-friendly identifier for the page.
10.1.14.1.3. Property score
Description: Percentage score for this page.
| Restrictions | |
|---|
| Minimum | ≥ 0 |
| Maximum | ≤ 100 |
10.1.14.1.4. Property total_scorecards
Description: Total scorecards on this page.
10.1.14.1.5. Property passed_scorecards
Description: Passed scorecards on this page.
10.1.14.1.6. Property sections
| Array restrictions |
|---|
| Min items | 1 |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
10.1.14.1.6.1. sections items
| |
|---|
| Type | object |
| Additional properties |  |
10.1.14.1.6.1.1. Property name
Description: Section name.
10.1.14.1.6.1.2. Property hint
Description: Informative text for the section.
10.1.14.1.6.1.3. Property score
Description: Percentage score for this section.
| Restrictions | |
|---|
| Minimum | ≥ 0 |
| Maximum | ≤ 100 |
10.1.14.1.6.1.4. Property total_scorecards
Description: Total scorecards in this section.
10.1.14.1.6.1.5. Property passed_scorecards
Description: Passed scorecards in this section.
10.1.14.1.6.1.6. Property levels_summary
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - | No | object | No | - | - |
10.1.14.1.6.1.6.1. Property additionalProperties
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + total | No | integer | No | - | - |
| + passed | No | integer | No | - | - |
| + percentage | No | integer | No | - | - |
10.1.14.1.6.1.6.1.1. Property total
10.1.14.1.6.1.6.1.2. Property passed
10.1.14.1.6.1.6.1.3. Property percentage
| Restrictions | |
|---|
| Minimum | ≥ 0 |
| Maximum | ≤ 100 |
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - | No | object | No | - | - |
10.1.14.1.6.1.7.1. Property additionalProperties
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + total | No | integer | No | - | - |
| + passed | No | integer | No | - | - |
| + percentage | No | integer | No | - | - |
10.1.14.1.6.1.7.1.1. Property total
10.1.14.1.6.1.7.1.2. Property passed
10.1.14.1.6.1.7.1.3. Property percentage
| Restrictions | |
|---|
| Minimum | ≥ 0 |
| Maximum | ≤ 100 |
10.1.14.1.6.1.8. Property scorecards
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
10.1.14.1.6.1.8.1. scorecards items
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + name | No | string | No | - | Unique scorecard identifier. |
| + description | No | string | No | - | Display description. |
| - level | No | string or null | No | - | Assigned severity level name. |
| - tags | No | array of string | No | - | Associated search tags. |
| - analyzers | No | array of string | No | - | Analyzers used for this scorecard. |
| + passed | No | boolean | No | - | True if condition was met. |
| - status | No | enum (of string) | No | - | Execution status. |
| - condition | No | string | No | - | The JsonLogic expression evaluated. |
| - details | No | string | No | - | Detailed explanation of calculated result. |
10.1.14.1.6.1.8.1.1. Property name
Description: Unique scorecard identifier.
10.1.14.1.6.1.8.1.2. Property description
Description: Display description.
10.1.14.1.6.1.8.1.3. Property level
Description: Assigned severity level name.
Description: Associated search tags.
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
| Each item of this array must be | Description |
|---|
| tags items | - |
10.1.14.1.6.1.8.1.5. Property analyzers
Description: Analyzers used for this scorecard.
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
10.1.14.1.6.1.8.1.5.1. analyzers items
10.1.14.1.6.1.8.1.6. Property passed
Description: True if condition was met.
10.1.14.1.6.1.8.1.7. Property status
Description: Execution status.
Must be one of:
- "passed"
- "failed"
- "incomplete"
10.1.14.1.6.1.8.1.8. Property condition
Description: The JsonLogic expression evaluated.
10.1.14.1.6.1.8.1.9. Property details
Description: Detailed explanation of calculated result.
10.1.14.1.6.1.9. Property display
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - analyzers | No | array of string | No | - | - |
| - widgets | No | array of object | No | - | - |
10.1.14.1.6.1.9.1. Property analyzers
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
10.1.14.1.6.1.9.1.1. analyzers items
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - label | No | string | No | - | Widget display label. |
| - value | No | string | No | - | Data resolution path. |
| - icon | No | string | No | - | Icon identifier or emoji. |
| - resolved_value | No | object | No | - | The actual value fetched after resolution. |
10.1.14.1.6.1.9.2.1.1. Property label
Description: Widget display label.
10.1.14.1.6.1.9.2.1.2. Property value
Description: Data resolution path.
10.1.14.1.6.1.9.2.1.3. Property icon
Description: Icon identifier or emoji.
10.1.14.1.6.1.9.2.1.4. Property resolved_value
| |
|---|
| Type | object |
| Additional properties |  |
Description: The actual value fetched after resolution.
10.1.15. Property checklists
Description: Resolved checklists surfaced to downstream integrations.
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
10.1.15.1. checklists items
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + title | No | string | No | - | Display title for the checklist. |
| + items | No | array of object | No | - | - |
10.1.15.1.1. Property title
Description: Display title for the checklist.
10.1.15.1.2. Property items
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
10.1.15.1.2.1. items items
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + label | No | string | No | - | - |
| + checked | No | boolean | No | - | - |
10.1.15.1.2.1.1. Property label
10.1.15.1.2.1.2. Property checked
10.1.16. Property templates
Description: Cookiecutter templates surfaced to downstream integrations.
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
10.1.16.1. templates items
| |
|---|
| Type | combining |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - url | No | string | No | - | - |
| - package | No | string | No | - | - |
| - directory | No | string | No | - | - |
10.1.16.1.1. Property item 0
| |
|---|
| Type | object |
| Additional properties |  |
10.1.16.1.1.1. The following properties are required
10.1.16.1.2. Property item 1
| |
|---|
| Type | object |
| Additional properties |  |
10.1.16.1.2.1. The following properties are required
10.1.16.1.3. Property url
10.1.16.1.4. Property package
10.1.16.1.5. Property directory
11.
Property playbook
Title: playbook.result
Description: Primary playbook result (shorthand for playbooks[0]).
12.
Property rules
Description: List of unified rule results (promoted from playbooks[0]).
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
12.1. rules items
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + slug | No | string | No | - | Unique identifier for the rule. |
| + description | No | string | No | - | Human-readable name of the rule. |
| - level | No | string | No | - | Priority level (Gold, Silver, Bronze). |
| - tags | No | array of string | No | - | Associated metadata tags. |
| + passed | No | boolean | No | - | Whether the rule criteria were met. |
| + status | No | enum (of string) | No | - | Detailed execution status. |
| + message | No | string | No | - | Reasoning or details for the rule result. |
| - analyzers | No | array of string | No | - | List of analyzers that contributed data to this rule. |
12.1.1. Property slug
Description: Unique identifier for the rule.
12.1.2. Property description
Description: Human-readable name of the rule.
12.1.3. Property level
Description: Priority level (Gold, Silver, Bronze).
Description: Associated metadata tags.
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
| Each item of this array must be | Description |
|---|
| tags items | - |
12.1.5. Property passed
Description: Whether the rule criteria were met.
12.1.6. Property status
Description: Detailed execution status.
Must be one of:
- "passed"
- "failed"
- "incomplete"
12.1.7. Property message
Description: Reasoning or details for the rule result.
12.1.8. Property analyzers
Description: List of analyzers that contributed data to this rule.
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
12.1.8.1. analyzers items
13.
Property rules_summary
| |
|---|
| Type | object |
| Additional properties |  |
Description: Summary of rule evaluation results.
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - score | No | integer | No | - | - |
| - total | No | array of string | No | - | - |
| - passed | No | array of string | No | - | - |
| - by_tag | No | object | No | - | - |
13.1.
Property score
| Restrictions | |
|---|
| Minimum | ≥ 0 |
| Maximum | ≤ 100 |
13.2.
Property total
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
13.2.1. total items
13.3.
Property passed
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
13.3.1. passed items
13.4.
Property by_tag
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - | No | object | No | - | - |
13.4.1. Property additionalProperties
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + rules | No | array of string | No | - | List of rule slugs in this group. |
| + passed_rules | No | array of string | No | - | List of slugs for rules that passed. |
| + score | No | integer | No | - | Percentage score for this group. |
13.4.1.1.
Property rules
Description: List of rule slugs in this group.
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
13.4.1.1.1. rules items
13.4.1.2.
Property passed_rules
Description: List of slugs for rules that passed.
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
13.4.1.2.1. passed_rules items
13.4.1.3.
Property score
Description: Percentage score for this group.
| Restrictions | |
|---|
| Minimum | ≥ 0 |
| Maximum | ≤ 100 |
Generated using json-schema-for-humans on 2026-06-08 at 18:23:59 +0000