Title: playbook.result
| |
|---|
| Type | object |
| Additional properties |  |
Description: Final playbook result produced by regis-cli, containing metadata and analyzer results.
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + playbook_name | No | string | No | - | Identifier of the playbook that was executed. |
| - sidebar | No | object | No | - | Sidebar navigation metadata for the report UI. |
| - version | No | string or null | No | - | Version of regis-cli 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 | - | - |
| - mr_templates | No | array of object | No | - | Cookiecutter templates to be run for MR descriptions. |
1.
Property playbook_name
Description: Identifier of the playbook that was executed.
| |
|---|
| Type | object |
| Additional properties |  |
Description: Sidebar navigation metadata for the report UI.
3.
Property version
Description: Version of regis-cli that generated this report.
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).
6.
Property rules
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
6.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. |
6.1.1. Property slug
Description: Unique identifier for the rule.
6.1.2. Property description
Description: Human-readable name of the rule.
6.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 | - |
6.1.5. Property passed
Description: Whether the rule criteria were met.
6.1.6. Property status
Description: Detailed execution status.
Must be one of:
- "passed"
- "failed"
- "incomplete"
6.1.7. Property message
Description: Reasoning or details for the rule result.
6.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 |
6.1.8.1. analyzers items
7.
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 | - | - |
7.1.
Property score
| Restrictions | |
|---|
| Minimum | ≥ 0 |
| Maximum | ≤ 100 |
7.2.
Property total
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
7.2.1. total items
7.3.
Property passed
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
7.3.1. passed items
7.4.
Property by_tag
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - | No | object | No | - | - |
7.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 | - | - |
7.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 |
7.4.1.1.1. rules items
7.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 |
7.4.1.2.1. passed_rules items
7.4.1.3.
Property score
| Restrictions | |
|---|
| Minimum | ≥ 0 |
| Maximum | ≤ 100 |
8.
Property score
Description: Overall percentage score for the playbook.
| Restrictions | |
|---|
| Minimum | ≥ 0 |
| Maximum | ≤ 100 |
9.
Property total_scorecards
Description: Total number of scorecards evaluated.
10.
Property passed_scorecards
Description: Number of scorecards that passed.
11.
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 |
11.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. |
11.1.1. Property label
Description: Display label for the link.
11.1.2. Property url
Description: Target URL.
12.
Property pages
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
12.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 | - | - |
12.1.1. Property title
Description: Page title.
12.1.2. Property slug
Description: URL-friendly identifier for the page.
12.1.3. Property score
Description: Percentage score for this page.
| Restrictions | |
|---|
| Minimum | ≥ 0 |
| Maximum | ≤ 100 |
12.1.4. Property total_scorecards
Description: Total scorecards on this page.
12.1.5. Property passed_scorecards
Description: Passed scorecards on this page.
12.1.6. Property sections
| Array restrictions |
|---|
| Min items | 1 |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
12.1.6.1. sections items
| |
|---|
| Type | object |
| Additional properties |  |
12.1.6.1.1. Property name
Description: Section name.
12.1.6.1.2. Property hint
Description: Informative text for the section.
12.1.6.1.3. Property score
Description: Percentage score for this section.
| Restrictions | |
|---|
| Minimum | ≥ 0 |
| Maximum | ≤ 100 |
12.1.6.1.4. Property total_scorecards
Description: Total scorecards in this section.
12.1.6.1.5. Property passed_scorecards
Description: Passed scorecards in this section.
12.1.6.1.6. Property levels_summary
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - | No | object | No | - | - |
12.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 | - | - |
12.1.6.1.6.1.1. Property total
12.1.6.1.6.1.2. Property passed
12.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 | - | - |
12.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 | - | - |
12.1.6.1.7.1.1. Property total
12.1.6.1.7.1.2. Property passed
12.1.6.1.7.1.3. Property percentage
| Restrictions | |
|---|
| Minimum | ≥ 0 |
| Maximum | ≤ 100 |
12.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 |
12.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. |
12.1.6.1.8.1.1. Property name
Description: Unique scorecard identifier.
12.1.6.1.8.1.2. Property description
Description: Display description.
12.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 | - |
12.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 |
12.1.6.1.8.1.5.1. analyzers items
12.1.6.1.8.1.6. Property passed
Description: True if condition was met.
12.1.6.1.8.1.7. Property status
Description: Execution status.
Must be one of:
- "passed"
- "failed"
- "incomplete"
12.1.6.1.8.1.8. Property condition
Description: The JsonLogic expression evaluated.
12.1.6.1.8.1.9. Property details
Description: Detailed explanation of calculated result.
12.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 | - | - |
12.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 |
12.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. |
12.1.6.1.9.2.1.1. Property label
Description: Widget display label.
12.1.6.1.9.2.1.2. Property value
Description: Data resolution path.
12.1.6.1.9.2.1.3. Property icon
Description: Icon identifier or emoji.
12.1.6.1.9.2.1.4. Property resolved_value
| |
|---|
| Type | object |
| Additional properties |  |
Description: The actual value fetched after resolution.
13.
Property mr_templates
Description: Cookiecutter templates to be run for MR descriptions.
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
13.1. mr_templates items
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + url | No | string | No | - | - |
| - directory | No | string | No | - | - |
13.1.1. Property url
13.1.2. Property directory
Generated using json-schema-for-humans on 2026-03-21 at 11:43:38 +0000