Skip to content

Commit

Permalink
Merge pull request #598 from aabidsofi19/import-schema
Browse files Browse the repository at this point in the history
Update import design schema
  • Loading branch information
aabidsofi19 authored Sep 30, 2024
2 parents 14ba2d8 + 6c6c369 commit 167771c
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 167771c

Please sign in to comment.