Skip to content

Commit

Permalink
feat: rework schema-form to use new GioJsonSchema Ui component
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaudAV committed Jul 11, 2024
1 parent c9c12cc commit ea3a932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/main/resources/plugin.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ description=${project.description}
class=io.gravitee.resource.oauth2.am.OAuth2AMResource
type=resource
icon=graviteeio_am.svg
category=OAuth2
6 changes: 2 additions & 4 deletions src/main/resources/schemas/schema-form.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type" : "object",
"id" : "urn:jsonschema:io:gravitee:resource:oauth2:am:configuration:OAuth2ResourceConfiguration",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties" : {
"serverURL" : {
"title": "Server URL",
Expand Down Expand Up @@ -34,9 +34,7 @@
"title": "Client Secret",
"description": "The client secret.",
"type" : "string",
"x-schema-form": {
"type": "password"
}
"format": "password"
},
"userClaim" : {
"title": "User claim",
Expand Down

0 comments on commit ea3a932

Please sign in to comment.