Skip to main content
Version: v0.35.0

playbook.result

Title: playbook.result

Typeobject
Additional propertiesAny type: allowed

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

PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ playbook_nameNostringNo-Identifier of the playbook that was executed.
- playbook_versionNostring or nullNo-SemVer of the playbook that produced this report.
- api_versionNostring or nullNo-apiVersion of the playbook that produced this result (e.g. "regis.io/v1alpha1").
- sidebarNoobjectNo-Sidebar navigation metadata for the report UI.
- versionNostring or nullNo-Version of regis 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--
- checklistsNoarray of objectNo-Resolved checklists surfaced to downstream integrations.
- templatesNoarray of objectNo-Cookiecutter templates surfaced to downstream integrations.

1. Required Property playbook_name

Typestring

Description: Identifier of the playbook that was executed.

2. Optional Property playbook_version

Typestring or null

Description: SemVer of the playbook that produced this report.

3. Optional Property api_version

Typestring or null

Description: apiVersion of the playbook that produced this result (e.g. "regis.io/v1alpha1").

4. Optional Property sidebar

Typeobject
Additional propertiesAny type: allowed

Description: Sidebar navigation metadata for the report UI.

5. Optional Property version

Typestring or null

Description: Version of regis that generated this report.

6. Optional Property tier

Typestring or null

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

7. 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-

7.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).

7.1.1. Property slug

Typestring

Description: Unique identifier for the badge.

7.1.2. Property scope

Typestring

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

7.1.3. Property value

Typestring or null

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

7.1.4. Property class

Typeenum (of string)

Description: Visual style indicator.

Must be one of:

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

7.1.5. Property label

Typestring

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

8. 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-

8.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.

8.1.1. Property slug

Typestring

Description: Unique identifier for the rule.

8.1.2. Property description

Typestring

Description: Human-readable name of the rule.

8.1.3. Property level

Typestring

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

8.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-
8.1.4.1. tags items
Typestring

8.1.5. Property passed

Typeboolean

Description: Whether the rule criteria were met.

8.1.6. Property status

Typeenum (of string)

Description: Detailed execution status.

Must be one of:

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

8.1.7. Property message

Typestring

Description: Reasoning or details for the rule result.

8.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-
8.1.8.1. analyzers items
Typestring

9. Optional Property rules_summary

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

9.1. Required Property score

Typeinteger
Restrictions
Minimum≥ 0
Maximum≤ 100

9.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-

9.2.1. total items

Typestring

9.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-

9.3.1. passed items

Typestring

9.4. Optional Property by_tag

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

9.4.1. Property additionalProperties

Typeobject
Additional propertiesAny type: allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ rulesNoarray of stringNo--
+ passed_rulesNoarray of stringNo--
+ scoreNointegerNo--
9.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-
9.4.1.1.1. rules items
Typestring
9.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-
9.4.1.2.1. passed_rules items
Typestring
9.4.1.3. Required Property score
Typeinteger
Restrictions
Minimum≥ 0
Maximum≤ 100

10. Required Property score

Typeinteger

Description: Overall percentage score for the playbook.

Restrictions
Minimum≥ 0
Maximum≤ 100

11. Required Property total_scorecards

Typeinteger

Description: Total number of scorecards evaluated.

Restrictions
Minimum≥ 0

12. 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.

13.1.1. Property label

Typestring

Description: Display label for the link.

13.1.2. Property url

Typestring

Description: Target URL.

14. 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-

14.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--

14.1.1. Property title

Typestring

Description: Page title.

14.1.2. Property slug

Typestring or null

Description: URL-friendly identifier for the page.

14.1.3. Property score

Typeinteger

Description: Percentage score for this page.

Restrictions
Minimum≥ 0
Maximum≤ 100

14.1.4. Property total_scorecards

Typeinteger

Description: Total scorecards on this page.

Restrictions
Minimum≥ 0

14.1.5. Property passed_scorecards

Typeinteger

Description: Passed scorecards on this page.

Restrictions
Minimum≥ 0

14.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-
14.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--
14.1.6.1.1. Property name
Typestring

Description: Section name.

14.1.6.1.2. Property hint
Typestring

Description: Informative text for the section.

14.1.6.1.3. Property score
Typeinteger

Description: Percentage score for this section.

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

Description: Total scorecards in this section.

Restrictions
Minimum≥ 0
14.1.6.1.5. Property passed_scorecards
Typeinteger

Description: Passed scorecards in this section.

Restrictions
Minimum≥ 0
14.1.6.1.6. Property levels_summary
Typeobject
Additional propertiesShould-conform
PropertyPatternTypeDeprecatedDefinitionTitle/Description
- NoobjectNo--
14.1.6.1.6.1. Property additionalProperties
Typeobject
Additional propertiesAny type: allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ totalNointegerNo--
+ passedNointegerNo--
+ percentageNointegerNo--
14.1.6.1.6.1.1. Property total
Typeinteger
Restrictions
Minimum≥ 0
14.1.6.1.6.1.2. Property passed
Typeinteger
Restrictions
Minimum≥ 0
14.1.6.1.6.1.3. Property percentage
Typeinteger
Restrictions
Minimum≥ 0
Maximum≤ 100
14.1.6.1.7. Property tags_summary
Typeobject
Additional propertiesShould-conform
PropertyPatternTypeDeprecatedDefinitionTitle/Description
- NoobjectNo--
14.1.6.1.7.1. Property additionalProperties
Typeobject
Additional propertiesAny type: allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ totalNointegerNo--
+ passedNointegerNo--
+ percentageNointegerNo--
14.1.6.1.7.1.1. Property total
Typeinteger
Restrictions
Minimum≥ 0
14.1.6.1.7.1.2. Property passed
Typeinteger
Restrictions
Minimum≥ 0
14.1.6.1.7.1.3. Property percentage
Typeinteger
Restrictions
Minimum≥ 0
Maximum≤ 100
14.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-
14.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.
14.1.6.1.8.1.1. Property name
Typestring

Description: Unique scorecard identifier.

14.1.6.1.8.1.2. Property description
Typestring

Description: Display description.

14.1.6.1.8.1.3. Property level
Typestring or null

Description: Assigned severity level name.

14.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-
14.1.6.1.8.1.4.1. tags items
Typestring
14.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-
14.1.6.1.8.1.5.1. analyzers items
Typestring
14.1.6.1.8.1.6. Property passed
Typeboolean

Description: True if condition was met.

14.1.6.1.8.1.7. Property status
Typeenum (of string)

Description: Execution status.

Must be one of:

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

Description: The JsonLogic expression evaluated.

14.1.6.1.8.1.9. Property details
Typestring

Description: Detailed explanation of calculated result.

14.1.6.1.9. Property display
Typeobject
Additional propertiesAny type: allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
- analyzersNoarray of stringNo--
- widgetsNoarray of objectNo--
14.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-
14.1.6.1.9.1.1. analyzers items
Typestring
14.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-
14.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.
14.1.6.1.9.2.1.1. Property label
Typestring

Description: Widget display label.

14.1.6.1.9.2.1.2. Property value
Typestring

Description: Data resolution path.

14.1.6.1.9.2.1.3. Property icon
Typestring

Description: Icon identifier or emoji.

14.1.6.1.9.2.1.4. Property resolved_value
Typeobject
Additional propertiesAny type: allowed

Description: The actual value fetched after resolution.

15. Optional Property checklists

Typearray of object

Description: Resolved checklists surfaced to downstream integrations.

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

15.1. checklists items

Typeobject
Additional propertiesAny type: allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ titleNostringNo-Display title for the checklist.
+ itemsNoarray of objectNo--

15.1.1. Property title

Typestring

Description: Display title for the checklist.

15.1.2. Property items

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
items items-
15.1.2.1. items items
Typeobject
Additional propertiesAny type: allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ labelNostringNo--
+ checkedNobooleanNo--
15.1.2.1.1. Property label
Typestring
15.1.2.1.2. Property checked
Typeboolean

16. Optional Property templates

Typearray of object

Description: Cookiecutter templates surfaced to downstream integrations.

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

16.1. templates items

Typecombining
Additional propertiesAny type: allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
- urlNostringNo--
- packageNostringNo--
- directoryNostringNo--
Any of(Option)
item 0
item 1

16.1.1. Property item 0

Typeobject
Additional propertiesAny type: allowed
16.1.1.1. The following properties are required
  • url

16.1.2. Property item 1

Typeobject
Additional propertiesAny type: allowed
16.1.2.1. The following properties are required
  • package

16.1.3. Property url

Typestring

16.1.4. Property package

Typestring

16.1.5. Property directory

Typestring

Generated using json-schema-for-humans on 2026-06-08 at 18:23:59 +0000

  • 1. Required Property playbook_name
  • 2. Optional Property playbook_version
  • 3. Optional Property api_version
  • 4. Optional Property sidebar
  • 5. Optional Property version
  • 6. Optional Property tier
  • 7. Optional Property badges
    • 7.1. badges items
  • 8. Optional Property rules
    • 8.1. rules items
  • 9. Optional Property rules_summary
    • 9.1. Required Property score
    • 9.2. Required Property total
    • 9.3. Required Property passed
    • 9.4. Optional Property by_tag
  • 10. Required Property score
  • 11. Required Property total_scorecards
  • 12. Required Property passed_scorecards
  • 13. Optional Property links
    • 13.1. links items
  • 14. Required Property pages
    • 14.1. pages items
  • 15. Optional Property checklists
    • 15.1. checklists items
  • 16. Optional Property templates
    • 16.1. templates items