Skip to content

Commit

Permalink
Remove enable field in BackendJWTProperties in vscode schema
Browse files Browse the repository at this point in the history
  • Loading branch information
SanojPunchihewa committed Jul 28, 2023
1 parent 83fa21c commit db569f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions runtime/runtime-ui/schema/apk-conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -400,9 +400,6 @@ schemas:
title: Backend JWT Parameters
type: object
properties:
enabled:
type: boolean
default: true
encoding:
type: string
signingAlgorithm:
Expand All @@ -415,8 +412,6 @@ schemas:
type: array
items:
$ref: "#/schemas/CustomClaims"
required:
- enabled
additionalProperties: false
CustomClaims:
type: object
Expand Down
7 changes: 0 additions & 7 deletions runtime/runtime-ui/schema/apk-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -534,10 +534,6 @@
"title": "Backend JWT Parameters",
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"default": true
},
"encoding": {
"type": "string"
},
Expand All @@ -557,9 +553,6 @@
}
}
},
"required": [
"enabled"
],
"additionalProperties": false
},
"CustomClaims": {
Expand Down

0 comments on commit db569f3

Please sign in to comment.