Skip to content
Open
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
4 changes: 2 additions & 2 deletions schemas/v0.25.0/graphminimalpermissionsplugin.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"type": {
"type": "string",
"enum": [
"Delegated",
"Application"
"delegated",
"application"
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The schema enum now only permits lowercase values ('delegated'/'application'). This is a breaking change for configs (and editor validation) that still use the previously-documented 'Delegated'/'Application' values, especially for people pinning older schema URLs. Consider allowing both casings in the enum (or introducing a new schema version and leaving historical schemas unchanged).

Suggested change
"application"
"Delegated",
"application",
"Application"

Copilot uses AI. Check for mistakes.
]
}
},
Expand Down
4 changes: 2 additions & 2 deletions schemas/v0.26.0/graphminimalpermissionsplugin.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"type": {
"type": "string",
"enum": [
"Delegated",
"Application"
"delegated",
"application"
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The schema enum now only permits lowercase values ('delegated'/'application'). This is a breaking change for configs (and editor validation) that still use the previously-documented 'Delegated'/'Application' values, especially for people pinning older schema URLs. Consider allowing both casings in the enum (or introducing a new schema version and leaving historical schemas unchanged).

Suggested change
"application"
"Delegated",
"application",
"Application"

Copilot uses AI. Check for mistakes.
]
}
},
Expand Down
6 changes: 3 additions & 3 deletions schemas/v0.27.0/graphminimalpermissionsplugin.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"type": {
"type": "string",
"enum": [
"Delegated",
"Application"
"delegated",
"application"
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The schema enum now only permits lowercase values ('delegated'/'application'). This is a breaking change for configs (and editor validation) that still use the previously-documented 'Delegated'/'Application' values, especially for people pinning older schema URLs. Consider allowing both casings in the enum (or introducing a new schema version and leaving historical schemas unchanged).

Suggested change
"application"
"Delegated",
"application",
"Application"

Copilot uses AI. Check for mistakes.
],
"description": "Determines which type of permission scopes to return. Can be 'Delegated' or 'Application'. Default: 'Delegated'."
"description": "Determines which type of permission scopes to return. Can be 'delegated' or 'application'. Default: 'delegated'."
}
},
"additionalProperties": false
Expand Down
6 changes: 3 additions & 3 deletions schemas/v0.28.0/graphminimalpermissionsplugin.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"type": {
"type": "string",
"enum": [
"Delegated",
"Application"
"delegated",
"application"
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The schema enum now only permits lowercase values ('delegated'/'application'). This is a breaking change for configs (and editor validation) that still use the previously-documented 'Delegated'/'Application' values, especially for people pinning older schema URLs. Consider allowing both casings in the enum (or introducing a new schema version and leaving historical schemas unchanged).

Suggested change
"application"
"application",
"Delegated",
"Application"

Copilot uses AI. Check for mistakes.
],
"description": "Determines which type of permission scopes to return. Can be 'Delegated' or 'Application'. Default: 'Delegated'."
"description": "Determines which type of permission scopes to return. Can be 'delegated' or 'application'. Default: 'delegated'."
}
},
"additionalProperties": false
Expand Down
6 changes: 3 additions & 3 deletions schemas/v0.29.0/graphminimalpermissionsplugin.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"type": {
"type": "string",
"enum": [
"Delegated",
"Application"
"delegated",
"application"
],
"description": "Determines which type of permission scopes to return. Can be 'Delegated' or 'Application'. Default: 'Delegated'."
"description": "Determines which type of permission scopes to return. Can be 'delegated' or 'application'. Default: 'delegated'."
Comment on lines 12 to +16
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The schema enum now only permits lowercase values ('delegated'/'application'). This is a breaking change for configs (and editor validation) that still use the previously-documented 'Delegated'/'Application' values, especially for people pinning older schema URLs. Consider allowing both casings in the enum (or introducing a new schema version and leaving historical schemas unchanged).

Copilot uses AI. Check for mistakes.
}
},
"additionalProperties": false
Expand Down
6 changes: 3 additions & 3 deletions schemas/v0.29.1/graphminimalpermissionsplugin.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"type": {
"type": "string",
"enum": [
"Delegated",
"Application"
"delegated",
"application"
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The schema enum now only permits lowercase values ('delegated'/'application'). This is a breaking change for configs (and editor validation) that still use the previously-documented 'Delegated'/'Application' values, especially for people pinning older schema URLs. Consider allowing both casings in the enum (or introducing a new schema version and leaving historical schemas unchanged).

Suggested change
"application"
"application",
"Delegated",
"Application"

Copilot uses AI. Check for mistakes.
],
"description": "Determines which type of permission scopes to return. Can be 'Delegated' or 'Application'. Default: 'Delegated'."
"description": "Determines which type of permission scopes to return. Can be 'delegated' or 'application'. Default: 'delegated'."
}
},
"additionalProperties": false
Expand Down
6 changes: 3 additions & 3 deletions schemas/v0.29.2/graphminimalpermissionsplugin.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"type": {
"type": "string",
"enum": [
"Delegated",
"Application"
"delegated",
"application"
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The schema enum now only permits lowercase values ('delegated'/'application'). This is a breaking change for configs (and editor validation) that still use the previously-documented 'Delegated'/'Application' values, especially for people pinning older schema URLs. Consider allowing both casings in the enum (or introducing a new schema version and leaving historical schemas unchanged).

Suggested change
"application"
"Delegated",
"application",
"Application"

Copilot uses AI. Check for mistakes.
],
"description": "Determines which type of permission scopes to return. Can be 'Delegated' or 'Application'. Default: 'Delegated'."
"description": "Determines which type of permission scopes to return. Can be 'delegated' or 'application'. Default: 'delegated'."
}
},
"additionalProperties": false
Expand Down
6 changes: 3 additions & 3 deletions schemas/v1.0.0/graphminimalpermissionsplugin.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"type": {
"type": "string",
"enum": [
"Delegated",
"Application"
"delegated",
"application"
],
"description": "Determines which type of permission scopes to return. Can be 'Delegated' or 'Application'. Default: 'Delegated'."
"description": "Determines which type of permission scopes to return. Can be 'delegated' or 'application'. Default: 'delegated'."
Comment on lines 12 to +16
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The schema enum now only permits lowercase values ('delegated'/'application'). This is a breaking change for configs (and editor validation) that still use the previously-documented 'Delegated'/'Application' values, especially for people pinning older schema URLs. Consider allowing both casings in the enum (or introducing a new schema version and leaving historical schemas unchanged).

Copilot uses AI. Check for mistakes.
}
},
"additionalProperties": false
Expand Down
6 changes: 3 additions & 3 deletions schemas/v1.1.0/graphminimalpermissionsplugin.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"type": {
"type": "string",
"enum": [
"Delegated",
"Application"
"delegated",
"application"
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The schema enum now only permits lowercase values ('delegated'/'application'). This is a breaking change for configs (and editor validation) that still use the previously-documented 'Delegated'/'Application' values, especially for people pinning older schema URLs. Consider allowing both casings in the enum (or introducing a new schema version and leaving historical schemas unchanged).

Suggested change
"application"
"Delegated",
"application",
"Application"

Copilot uses AI. Check for mistakes.
],
"description": "Determines which type of permission scopes to return. Can be 'Delegated' or 'Application'. Default: 'Delegated'."
"description": "Determines which type of permission scopes to return. Can be 'delegated' or 'application'. Default: 'delegated'."
}
},
"additionalProperties": false
Expand Down
6 changes: 3 additions & 3 deletions schemas/v1.2.0/graphminimalpermissionsplugin.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"type": {
"type": "string",
"enum": [
"Delegated",
"Application"
"delegated",
"application"
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The schema enum now only permits lowercase values ('delegated'/'application'). This is a breaking change for configs (and editor validation) that still use the previously-documented 'Delegated'/'Application' values, especially for people pinning older schema URLs. Consider allowing both casings in the enum (or introducing a new schema version and leaving historical schemas unchanged).

Suggested change
"application"
"Delegated",
"application",
"Application"

Copilot uses AI. Check for mistakes.
],
"description": "Determines which type of permission scopes to return. Can be 'Delegated' or 'Application'. Default: 'Delegated'."
"description": "Determines which type of permission scopes to return. Can be 'delegated' or 'application'. Default: 'delegated'."
}
},
"additionalProperties": false
Expand Down
6 changes: 3 additions & 3 deletions schemas/v1.2.1/graphminimalpermissionsplugin.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"type": {
"type": "string",
"enum": [
"Delegated",
"Application"
"delegated",
"application"
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The schema enum now only permits lowercase values ('delegated'/'application'). This is a breaking change for configs (and editor validation) that still use the previously-documented 'Delegated'/'Application' values, especially for people pinning older schema URLs. Consider allowing both casings in the enum (or introducing a new schema version and leaving historical schemas unchanged).

Suggested change
"application"
"Delegated",
"application",
"Application"

Copilot uses AI. Check for mistakes.
],
"description": "Determines which type of permission scopes to return. Can be 'Delegated' or 'Application'. Default: 'Delegated'."
"description": "Determines which type of permission scopes to return. Can be 'delegated' or 'application'. Default: 'delegated'."
}
},
"additionalProperties": false
Expand Down
6 changes: 3 additions & 3 deletions schemas/v1.3.0/graphminimalpermissionsplugin.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"type": {
"type": "string",
"enum": [
"Delegated",
"Application"
"delegated",
"application"
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The schema enum now only permits lowercase values ('delegated'/'application'). This is a breaking change for configs (and editor validation) that still use the previously-documented 'Delegated'/'Application' values, especially for people pinning older schema URLs. Consider allowing both casings in the enum (or introducing a new schema version and leaving historical schemas unchanged).

Suggested change
"application"
"Delegated",
"application",
"Application"

Copilot uses AI. Check for mistakes.
],
"description": "Determines which type of permission scopes to return. Can be 'Delegated' or 'Application'. Default: 'Delegated'."
"description": "Determines which type of permission scopes to return. Can be 'delegated' or 'application'. Default: 'delegated'."
}
},
"additionalProperties": false
Expand Down
6 changes: 3 additions & 3 deletions schemas/v2.0.0/graphminimalpermissionsplugin.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"type": {
"type": "string",
"enum": [
"Delegated",
"Application"
"delegated",
"application"
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The schema enum now only permits lowercase values ('delegated'/'application'). This is a breaking change for configs (and editor validation) that still use the previously-documented 'Delegated'/'Application' values, especially for people pinning older schema URLs. Consider allowing both casings in the enum (or introducing a new schema version and leaving historical schemas unchanged).

Suggested change
"application"
"Delegated",
"application",
"Application"

Copilot uses AI. Check for mistakes.
],
"description": "Determines which type of permission scopes to return. Can be 'Delegated' or 'Application'. Default: 'Delegated'."
"description": "Determines which type of permission scopes to return. Can be 'delegated' or 'application'. Default: 'delegated'."
}
},
"additionalProperties": false
Expand Down
6 changes: 3 additions & 3 deletions schemas/v2.1.0/graphminimalpermissionsplugin.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"type": {
"type": "string",
"enum": [
"Delegated",
"Application"
"delegated",
"application"
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The schema enum now only permits lowercase values ('delegated'/'application'). This is a breaking change for configs (and editor validation) that still use the previously-documented 'Delegated'/'Application' values, especially for people pinning older schema URLs. Consider allowing both casings in the enum (or introducing a new schema version and leaving historical schemas unchanged).

Suggested change
"application"
"application",
"Delegated",
"Application"

Copilot uses AI. Check for mistakes.
],
"description": "Determines which type of permission scopes to return. Can be 'Delegated' or 'Application'. Default: 'Delegated'."
"description": "Determines which type of permission scopes to return. Can be 'delegated' or 'application'. Default: 'delegated'."
}
},
"additionalProperties": false
Expand Down
Loading