Skip to content

Commit

Permalink
MINOR - Update MetaPilot UI config (#14190)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbrull authored Nov 30, 2023
1 parent e041192 commit c6d3f75
Showing 1 changed file with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "object",
"javaType": "org.openmetadata.schema.entity.app.external.MetaPilotAppConfig",
"definitions": {
"metaPilotApp": {
"metaPilotAppType": {
"description": "Application type.",
"type": "string",
"enum": ["MetaPilot"],
Expand Down Expand Up @@ -37,9 +37,9 @@
},
"properties": {
"type": {
"title": "Service Type",
"description": "Service Type",
"$ref": "#/definitions/metaPilotApp",
"title": "Application Type",
"description": "Application Type",
"$ref": "#/definitions/metaPilotAppType",
"default": "MetaPilot"
},
"waiiInstance": {
Expand All @@ -49,6 +49,12 @@
"format": "URI",
"default": "https://tweakit.waii.ai/api/"
},
"collateURL": {
"title": "Collate URL",
"description": "Collate Server public URL. WAII will use this information to interact with the server. E.g., https://sandbox.getcollate.io",
"type": "string",
"format": "URI"
},
"token": {
"title": "WAII API Token",
"description": "WAII API Token",
Expand Down

0 comments on commit c6d3f75

Please sign in to comment.