Skip to content

Commit

Permalink
Update OpenAPI Description (#52323)
Browse files Browse the repository at this point in the history
Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
  • Loading branch information
docs-bot and SiaraMist committed Sep 17, 2024
1 parent d92a8dc commit f5ed722
Show file tree
Hide file tree
Showing 8 changed files with 123 additions and 51 deletions.
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "066dbf5dc65b77a59b36a517cafeda2feb369334"
"sha": "5a9222e9dba71d8c7d75d8e780cf091f16a9f5a7"
}
42 changes: 30 additions & 12 deletions src/rest/data/fpt-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -362106,7 +362106,8 @@
"type": "string",
"enum": [
"pass",
"fail"
"fail",
"bypass"
],
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`."
}
Expand Down Expand Up @@ -362290,12 +362291,17 @@
"description": "The result of the rule evaluations for rules with the `active` enforcement status."
},
"evaluation_result": {
"type": "string",
"type": [
"string",
"null"
],
"enum": [
"pass",
"fail"
"fail",
"bypass",
null
],
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`."
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`. Null if no rules with `evaluate` enforcement status were run."
},
"rule_evaluations": {
"type": "array",
Expand Down Expand Up @@ -362348,8 +362354,11 @@
"description": "The type of rule."
},
"details": {
"type": "string",
"description": "Any associated details with the rule evaluation."
"type": [
"string",
"null"
],
"description": "The detailed failure message for the rule. Null if the rule passed."
}
}
}
Expand Down Expand Up @@ -489242,7 +489251,8 @@
"type": "string",
"enum": [
"pass",
"fail"
"fail",
"bypass"
],
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`."
}
Expand Down Expand Up @@ -489436,12 +489446,17 @@
"description": "The result of the rule evaluations for rules with the `active` enforcement status."
},
"evaluation_result": {
"type": "string",
"type": [
"string",
"null"
],
"enum": [
"pass",
"fail"
"fail",
"bypass",
null
],
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`."
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`. Null if no rules with `evaluate` enforcement status were run."
},
"rule_evaluations": {
"type": "array",
Expand Down Expand Up @@ -489494,8 +489509,11 @@
"description": "The type of rule."
},
"details": {
"type": "string",
"description": "Any associated details with the rule evaluation."
"type": [
"string",
"null"
],
"description": "The detailed failure message for the rule. Null if the rule passed."
}
}
}
Expand Down
42 changes: 30 additions & 12 deletions src/rest/data/ghec-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -386345,7 +386345,8 @@
"type": "string",
"enum": [
"pass",
"fail"
"fail",
"bypass"
],
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`."
}
Expand Down Expand Up @@ -386529,12 +386530,17 @@
"description": "The result of the rule evaluations for rules with the `active` enforcement status."
},
"evaluation_result": {
"type": "string",
"type": [
"string",
"null"
],
"enum": [
"pass",
"fail"
"fail",
"bypass",
null
],
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`."
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`. Null if no rules with `evaluate` enforcement status were run."
},
"rule_evaluations": {
"type": "array",
Expand Down Expand Up @@ -386587,8 +386593,11 @@
"description": "The type of rule."
},
"details": {
"type": "string",
"description": "Any associated details with the rule evaluation."
"type": [
"string",
"null"
],
"description": "The detailed failure message for the rule. Null if the rule passed."
}
}
}
Expand Down Expand Up @@ -513876,7 +513885,8 @@
"type": "string",
"enum": [
"pass",
"fail"
"fail",
"bypass"
],
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`."
}
Expand Down Expand Up @@ -514070,12 +514080,17 @@
"description": "The result of the rule evaluations for rules with the `active` enforcement status."
},
"evaluation_result": {
"type": "string",
"type": [
"string",
"null"
],
"enum": [
"pass",
"fail"
"fail",
"bypass",
null
],
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`."
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`. Null if no rules with `evaluate` enforcement status were run."
},
"rule_evaluations": {
"type": "array",
Expand Down Expand Up @@ -514128,8 +514143,11 @@
"description": "The type of rule."
},
"details": {
"type": "string",
"description": "Any associated details with the rule evaluation."
"type": [
"string",
"null"
],
"description": "The detailed failure message for the rule. Null if the rule passed."
}
}
}
Expand Down
28 changes: 20 additions & 8 deletions src/rest/data/ghes-3.12-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -331497,12 +331497,15 @@
"description": "The result of the rule evaluations for rules with the `active` enforcement status."
},
"evaluation_result": {
"type": "string",
"type": [
"string",
"null"
],
"enum": [
"pass",
"fail"
],
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`."
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`. Null if no rules with `evaluate` enforcement status were run."
},
"rule_evaluations": {
"type": "array",
Expand Down Expand Up @@ -331555,8 +331558,11 @@
"description": "The type of rule."
},
"details": {
"type": "string",
"description": "Any associated details with the rule evaluation."
"type": [
"string",
"null"
],
"description": "The detailed failure message for the rule. Null if the rule passed."
}
}
}
Expand Down Expand Up @@ -454674,12 +454680,15 @@
"description": "The result of the rule evaluations for rules with the `active` enforcement status."
},
"evaluation_result": {
"type": "string",
"type": [
"string",
"null"
],
"enum": [
"pass",
"fail"
],
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`."
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`. Null if no rules with `evaluate` enforcement status were run."
},
"rule_evaluations": {
"type": "array",
Expand Down Expand Up @@ -454732,8 +454741,11 @@
"description": "The type of rule."
},
"details": {
"type": "string",
"description": "Any associated details with the rule evaluation."
"type": [
"string",
"null"
],
"description": "The detailed failure message for the rule. Null if the rule passed."
}
}
}
Expand Down
28 changes: 20 additions & 8 deletions src/rest/data/ghes-3.13-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -333004,12 +333004,15 @@
"description": "The result of the rule evaluations for rules with the `active` enforcement status."
},
"evaluation_result": {
"type": "string",
"type": [
"string",
"null"
],
"enum": [
"pass",
"fail"
],
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`."
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`. Null if no rules with `evaluate` enforcement status were run."
},
"rule_evaluations": {
"type": "array",
Expand Down Expand Up @@ -333062,8 +333065,11 @@
"description": "The type of rule."
},
"details": {
"type": "string",
"description": "Any associated details with the rule evaluation."
"type": [
"string",
"null"
],
"description": "The detailed failure message for the rule. Null if the rule passed."
}
}
}
Expand Down Expand Up @@ -457286,12 +457292,15 @@
"description": "The result of the rule evaluations for rules with the `active` enforcement status."
},
"evaluation_result": {
"type": "string",
"type": [
"string",
"null"
],
"enum": [
"pass",
"fail"
],
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`."
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`. Null if no rules with `evaluate` enforcement status were run."
},
"rule_evaluations": {
"type": "array",
Expand Down Expand Up @@ -457344,8 +457353,11 @@
"description": "The type of rule."
},
"details": {
"type": "string",
"description": "Any associated details with the rule evaluation."
"type": [
"string",
"null"
],
"description": "The detailed failure message for the rule. Null if the rule passed."
}
}
}
Expand Down
28 changes: 20 additions & 8 deletions src/rest/data/ghes-3.14-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -335580,12 +335580,15 @@
"description": "The result of the rule evaluations for rules with the `active` enforcement status."
},
"evaluation_result": {
"type": "string",
"type": [
"string",
"null"
],
"enum": [
"pass",
"fail"
],
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`."
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`. Null if no rules with `evaluate` enforcement status were run."
},
"rule_evaluations": {
"type": "array",
Expand Down Expand Up @@ -335638,8 +335641,11 @@
"description": "The type of rule."
},
"details": {
"type": "string",
"description": "Any associated details with the rule evaluation."
"type": [
"string",
"null"
],
"description": "The detailed failure message for the rule. Null if the rule passed."
}
}
}
Expand Down Expand Up @@ -460260,12 +460266,15 @@
"description": "The result of the rule evaluations for rules with the `active` enforcement status."
},
"evaluation_result": {
"type": "string",
"type": [
"string",
"null"
],
"enum": [
"pass",
"fail"
],
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`."
"description": "The result of the rule evaluations for rules with the `active` and `evaluate` enforcement statuses, demonstrating whether rules would pass or fail if all rules in the rule suite were `active`. Null if no rules with `evaluate` enforcement status were run."
},
"rule_evaluations": {
"type": "array",
Expand Down Expand Up @@ -460318,8 +460327,11 @@
"description": "The type of rule."
},
"details": {
"type": "string",
"description": "Any associated details with the rule evaluation."
"type": [
"string",
"null"
],
"description": "The detailed failure message for the rule. Null if the rule passed."
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/rest/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
]
}
},
"sha": "066dbf5dc65b77a59b36a517cafeda2feb369334"
"sha": "5a9222e9dba71d8c7d75d8e780cf091f16a9f5a7"
}
2 changes: 1 addition & 1 deletion src/webhooks/lib/config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"sha": "066dbf5dc65b77a59b36a517cafeda2feb369334"
"sha": "5a9222e9dba71d8c7d75d8e780cf091f16a9f5a7"
}

0 comments on commit f5ed722

Please sign in to comment.