Skip to content

Commit

Permalink
Update import design schema
Browse files Browse the repository at this point in the history
Signed-off-by: aabidsofi19 <[email protected]>
  • Loading branch information
aabidsofi19 committed Sep 29, 2024
1 parent 9846521 commit 12ec8f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions schemas/configuration/designImport.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"name": {
"type": "string",
"title": "Design file name",
"title": "Design filename",
"default": "Untitled Design",
"x-rjsf-grid-area": "6",
"description": "Provide a name for your design file. This name will help you identify the file more easily. You can also change the name of your design after importing it."
Expand All @@ -16,7 +16,6 @@
"Docker Compose",
"Meshery Design"
],
"default": "Meshery Design",
"x-rjsf-grid-area": "6",
"description": "Select the type of design you are uploading. The 'Design Type' determines the format, structure, and content of the file you are uploading. Choose the appropriate design type that matches the nature of your file. Checkout https://docs.meshery.io/guides/meshery-design to learn more about designs"
}
Expand Down Expand Up @@ -126,4 +125,4 @@
]
}
]
}
}

0 comments on commit 12ec8f6

Please sign in to comment.