Skip to main content
Version: main-dev

playbook.result

Title: playbook.result

Typeobject
Additional propertiesAny type: allowed

Description: Final playbook result produced by regis-cli, containing metadata and analyzer results.

PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ playbook_nameNostringNo-Identifier of the playbook that was executed.
- sidebarNoobjectNo-Sidebar navigation metadata for the report UI.
- versionNostring or nullNo-Version of regis-cli that generated this report.
- tierNostring or nullNo-The earned tier (e.g. Gold, Silver, Bronze) based on playbook conditions.
- badgesNoarray of objectNo--
- rulesNoarray of objectNo--
- rules_summaryNoobjectNo--
+ scoreNointegerNo-Overall percentage score for the playbook.
+ total_scorecardsNointegerNo-Total number of scorecards evaluated.
+ passed_scorecardsNointegerNo-Number of scorecards that passed.
- linksNoarray of objectNo-External links associated with this playbook result.
+ pagesNoarray of objectNo--
- mr_templatesNoarray of objectNo-Cookiecutter templates to be run for MR descriptions.

1. Required Property playbook_name

Typestring

Description: Identifier of the playbook that was executed.

2. Optional Property sidebar

Typeobject
Additional propertiesAny type: allowed

Description: Sidebar navigation metadata for the report UI.

3. Optional Property version

Typestring or null

Description: Version of regis-cli that generated this report.

4. Optional Property tier

Typestring or null

Description: The earned tier (e.g. Gold, Silver, Bronze) based on playbook conditions.

5. Optional Property badges

Typearray of object
Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
badges items-

5.1. badges items

Typeobject
Additional propertiesAny type: allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
- slugNostringNo-Unique identifier for the badge.
+ scopeNostringNo-Domain of the badge (e.g., 'security', 'hygiene').
- valueNostring or nullNo-Display value or grade (e.g., 'A', '95%').
+ classNoenum (of string)No-Visual style indicator.
- labelNostringNo-The full label string (scope or scope: value).

5.1.1. Property slug

Typestring

Description: Unique identifier for the badge.

5.1.2. Property scope

Typestring

Description: Domain of the badge (e.g., 'security', 'hygiene').

5.1.3. Property value

Typestring or null

Description: Display value or grade (e.g., 'A', '95%').

5.1.4. Property class

Typeenum (of string)

Description: Visual style indicator.

Must be one of:

  • "success"
  • "warning"
  • "error"
  • "information"

5.1.5. Property label

Typestring

Description: The full label string (scope or scope: value).

6. Optional Property rules

Typearray of object
Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
rules items-

6.1. rules items

Typeobject
Additional propertiesAny type: allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ slugNostringNo-Unique identifier for the rule.
+ descriptionNostringNo-Human-readable name of the rule.
- levelNostringNo-Priority level (Gold, Silver, Bronze).
- tagsNoarray of stringNo-Associated metadata tags.
+ passedNobooleanNo-Whether the rule criteria were met.
+ statusNoenum (of string)No-Detailed execution status.
+ messageNostringNo-Reasoning or details for the rule result.
- analyzersNoarray of stringNo-List of analyzers that contributed data to this rule.

6.1.1. Property slug

Typestring

Description: Unique identifier for the rule.

6.1.2. Property description

Typestring

Description: Human-readable name of the rule.

6.1.3. Property level

Typestring

Description: Priority level (Gold, Silver, Bronze).

6.1.4. Property tags

Typearray of string

Description: Associated metadata tags.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
tags items-
6.1.4.1. tags items
Typestring

6.1.5. Property passed

Typeboolean

Description: Whether the rule criteria were met.

6.1.6. Property status

Typeenum (of string)

Description: Detailed execution status.

Must be one of:

  • "passed"
  • "failed"
  • "incomplete"

6.1.7. Property message

Typestring

Description: Reasoning or details for the rule result.

6.1.8. Property analyzers

Typearray of string

Description: List of analyzers that contributed data to this rule.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
analyzers items-
6.1.8.1. analyzers items
Typestring

7. Optional Property rules_summary

Typeobject
Additional propertiesAny type: allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ scoreNointegerNo--
+ totalNoarray of stringNo--
+ passedNoarray of stringNo--
- by_tagNoobjectNo--

7.1. Required Property score

Typeinteger
Restrictions
Minimum≥ 0
Maximum≤ 100

7.2. Required Property total

Typearray of string
Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
total items-

7.2.1. total items

Typestring

7.3. Required Property passed

Typearray of string
Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
passed items-

7.3.1. passed items

Typestring

7.4. Optional Property by_tag

Typeobject
Additional propertiesShould-conform
PropertyPatternTypeDeprecatedDefinitionTitle/Description
- NoobjectNo--

7.4.1. Property additionalProperties

Typeobject
Additional propertiesAny type: allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ rulesNoarray of stringNo--
+ passed_rulesNoarray of stringNo--
+ scoreNointegerNo--
7.4.1.1. Required Property rules
Typearray of string
Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
rules items-
7.4.1.1.1. rules items
Typestring
7.4.1.2. Required Property passed_rules
Typearray of string
Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
passed_rules items-
7.4.1.2.1. passed_rules items
Typestring
7.4.1.3. Required Property score
Typeinteger
Restrictions
Minimum≥ 0
Maximum≤ 100

8. Required Property score

Typeinteger

Description: Overall percentage score for the playbook.

Restrictions
Minimum≥ 0
Maximum≤ 100

9. Required Property total_scorecards

Typeinteger

Description: Total number of scorecards evaluated.

Restrictions
Minimum≥ 0

10. Required Property passed_scorecards

Typeinteger

Description: Number of scorecards that passed.

Restrictions
Minimum≥ 0
Typearray of object

Description: External links associated with this playbook result.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
links items-
Typeobject
Additional propertiesAny type: allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ labelNostringNo-Display label for the link.
+ urlNostringNo-Target URL.

11.1.1. Property label

Typestring

Description: Display label for the link.

11.1.2. Property url

Typestring

Description: Target URL.

12. Required Property pages

Typearray of object
Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
pages items-

12.1. pages items

Typeobject
Additional propertiesAny type: allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ titleNostringNo-Page title.
- slugNostring or nullNo-URL-friendly identifier for the page.
+ scoreNointegerNo-Percentage score for this page.
+ total_scorecardsNointegerNo-Total scorecards on this page.
+ passed_scorecardsNointegerNo-Passed scorecards on this page.
+ sectionsNoarray of objectNo--

12.1.1. Property title

Typestring

Description: Page title.

12.1.2. Property slug

Typestring or null

Description: URL-friendly identifier for the page.

12.1.3. Property score

Typeinteger

Description: Percentage score for this page.

Restrictions
Minimum≥ 0
Maximum≤ 100

12.1.4. Property total_scorecards

Typeinteger

Description: Total scorecards on this page.

Restrictions
Minimum≥ 0

12.1.5. Property passed_scorecards

Typeinteger

Description: Passed scorecards on this page.

Restrictions
Minimum≥ 0

12.1.6. Property sections

Typearray of object
Array restrictions
Min items1
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
sections items-
12.1.6.1. sections items
Typeobject
Additional propertiesAny type: allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ nameNostringNo-Section name.
- hintNostringNo-Informative text for the section.
+ scoreNointegerNo-Percentage score for this section.
+ total_scorecardsNointegerNo-Total scorecards in this section.
+ passed_scorecardsNointegerNo-Passed scorecards in this section.
- levels_summaryNoobjectNo--
- tags_summaryNoobjectNo--
+ scorecardsNoarray of objectNo--
- displayNoobjectNo--
12.1.6.1.1. Property name
Typestring

Description: Section name.

12.1.6.1.2. Property hint
Typestring

Description: Informative text for the section.

12.1.6.1.3. Property score
Typeinteger

Description: Percentage score for this section.

Restrictions
Minimum≥ 0
Maximum≤ 100
12.1.6.1.4. Property total_scorecards
Typeinteger

Description: Total scorecards in this section.

Restrictions
Minimum≥ 0
12.1.6.1.5. Property passed_scorecards
Typeinteger

Description: Passed scorecards in this section.

Restrictions
Minimum≥ 0
12.1.6.1.6. Property levels_summary
Typeobject
Additional propertiesShould-conform
PropertyPatternTypeDeprecatedDefinitionTitle/Description
- NoobjectNo--
12.1.6.1.6.1. Property additionalProperties
Typeobject
Additional propertiesAny type: allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ totalNointegerNo--
+ passedNointegerNo--
+ percentageNointegerNo--
12.1.6.1.6.1.1. Property total
Typeinteger
Restrictions
Minimum≥ 0
12.1.6.1.6.1.2. Property passed
Typeinteger
Restrictions
Minimum≥ 0
12.1.6.1.6.1.3. Property percentage
Typeinteger
Restrictions
Minimum≥ 0
Maximum≤ 100
12.1.6.1.7. Property tags_summary
Typeobject
Additional propertiesShould-conform
PropertyPatternTypeDeprecatedDefinitionTitle/Description
- NoobjectNo--
12.1.6.1.7.1. Property additionalProperties
Typeobject
Additional propertiesAny type: allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ totalNointegerNo--
+ passedNointegerNo--
+ percentageNointegerNo--
12.1.6.1.7.1.1. Property total
Typeinteger
Restrictions
Minimum≥ 0
12.1.6.1.7.1.2. Property passed
Typeinteger
Restrictions
Minimum≥ 0
12.1.6.1.7.1.3. Property percentage
Typeinteger
Restrictions
Minimum≥ 0
Maximum≤ 100
12.1.6.1.8. Property scorecards
Typearray of object
Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
scorecards items-
12.1.6.1.8.1. scorecards items
Typeobject
Additional propertiesAny type: allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ nameNostringNo-Unique scorecard identifier.
+ descriptionNostringNo-Display description.
- levelNostring or nullNo-Assigned severity level name.
- tagsNoarray of stringNo-Associated search tags.
- analyzersNoarray of stringNo-Analyzers used for this scorecard.
+ passedNobooleanNo-True if condition was met.
- statusNoenum (of string)No-Execution status.
- conditionNostringNo-The JsonLogic expression evaluated.
- detailsNostringNo-Detailed explanation of calculated result.
12.1.6.1.8.1.1. Property name
Typestring

Description: Unique scorecard identifier.

12.1.6.1.8.1.2. Property description
Typestring

Description: Display description.

12.1.6.1.8.1.3. Property level
Typestring or null

Description: Assigned severity level name.

12.1.6.1.8.1.4. Property tags
Typearray of string

Description: Associated search tags.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
tags items-
12.1.6.1.8.1.4.1. tags items
Typestring
12.1.6.1.8.1.5. Property analyzers
Typearray of string

Description: Analyzers used for this scorecard.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
analyzers items-
12.1.6.1.8.1.5.1. analyzers items
Typestring
12.1.6.1.8.1.6. Property passed
Typeboolean

Description: True if condition was met.

12.1.6.1.8.1.7. Property status
Typeenum (of string)

Description: Execution status.

Must be one of:

  • "passed"
  • "failed"
  • "incomplete"
12.1.6.1.8.1.8. Property condition
Typestring

Description: The JsonLogic expression evaluated.

12.1.6.1.8.1.9. Property details
Typestring

Description: Detailed explanation of calculated result.

12.1.6.1.9. Property display
Typeobject
Additional propertiesAny type: allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
- analyzersNoarray of stringNo--
- widgetsNoarray of objectNo--
12.1.6.1.9.1. Property analyzers
Typearray of string
Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
analyzers items-
12.1.6.1.9.1.1. analyzers items
Typestring
12.1.6.1.9.2. Property widgets
Typearray of object
Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
widgets items-
12.1.6.1.9.2.1. widgets items
Typeobject
Additional propertiesAny type: allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
- labelNostringNo-Widget display label.
- valueNostringNo-Data resolution path.
- iconNostringNo-Icon identifier or emoji.
- resolved_valueNoobjectNo-The actual value fetched after resolution.
12.1.6.1.9.2.1.1. Property label
Typestring

Description: Widget display label.

12.1.6.1.9.2.1.2. Property value
Typestring

Description: Data resolution path.

12.1.6.1.9.2.1.3. Property icon
Typestring

Description: Icon identifier or emoji.

12.1.6.1.9.2.1.4. Property resolved_value
Typeobject
Additional propertiesAny type: allowed

Description: The actual value fetched after resolution.

13. Optional Property mr_templates

Typearray of object

Description: Cookiecutter templates to be run for MR descriptions.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
mr_templates items-

13.1. mr_templates items

Typeobject
Additional propertiesAny type: allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ urlNostringNo--
- directoryNostringNo--

13.1.1. Property url

Typestring

13.1.2. Property directory

Typestring

Generated using json-schema-for-humans on 2026-03-21 at 11:43:38 +0000

  • 1. Required Property playbook_name
  • 2. Optional Property sidebar
  • 3. Optional Property version
  • 4. Optional Property tier
  • 5. Optional Property badges
    • 5.1. badges items
  • 6. Optional Property rules
    • 6.1. rules items
  • 7. Optional Property rules_summary
    • 7.1. Required Property score
    • 7.2. Required Property total
    • 7.3. Required Property passed
    • 7.4. Optional Property by_tag
  • 8. Required Property score
  • 9. Required Property total_scorecards
  • 10. Required Property passed_scorecards
  • 11. Optional Property links
    • 11.1. links items
  • 12. Required Property pages
    • 12.1. pages items
  • 13. Optional Property mr_templates
    • 13.1. mr_templates items