Skip to content

Commit 4906896

Browse files
committed
removed extraneous properties
1 parent d77a275 commit 4906896

File tree

5 files changed

+2
-139
lines changed

5 files changed

+2
-139
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "OpenAPI",
3-
"version": "0.1.17",
4-
"versionDate": "2020-04-24",
3+
"version": "0.1.18",
4+
"versionDate": "2020-05-28",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "3.6.8",

properties_pane/container_level/containerLevelConfig.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -142,21 +142,13 @@ making sure that you maintain a proper JSON format.
142142
{
143143
"propertyName": "Description",
144144
"propertyKeyword": "description",
145-
"shouldValidate": false,
146145
"propertyTooltip": "description",
147146
"propertyType": "details",
148147
"template": "textarea"
149148
},
150-
{
151-
"propertyName": "Activated",
152-
"propertyKeyword": "isActivated",
153-
"propertyType": "checkbox",
154-
"propertyTooltip": "Deactivated item will be commented out in the schema"
155-
},
156149
{
157150
"propertyName": "summary",
158151
"propertyKeyword": "summary",
159-
"shouldValidate": false,
160152
"propertyType": "text",
161153
"sampleGen": "&containerName|&entityName|&random|<value>"
162154
},
@@ -194,7 +186,6 @@ making sure that you maintain a proper JSON format.
194186
{
195187
"propertyName": "Comments",
196188
"propertyKeyword": "comments",
197-
"shouldValidate": false,
198189
"propertyTooltip": "comments",
199190
"propertyType": "details",
200191
"template": "textarea"

properties_pane/entity_level/entityLevelConfig.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,6 @@ making sure that you maintain a proper JSON format.
493493
{
494494
"propertyName": "schema",
495495
"propertyKeyword": "pathItemSchema",
496-
"shouldValidate": false,
497496
"propertyType": "fieldList",
498497
"template": "orderedList",
499498
"dependency": {
@@ -520,7 +519,6 @@ making sure that you maintain a proper JSON format.
520519
{
521520
"propertyName": "tag",
522521
"propertyKeyword": "tag",
523-
"shouldValidate": false,
524522
"propertyTooltip": "",
525523
"propertyType": "text"
526524
}
@@ -533,7 +531,6 @@ making sure that you maintain a proper JSON format.
533531
{
534532
"propertyName": "summary",
535533
"propertyKeyword": "summary",
536-
"shouldValidate": false,
537534
"propertyType": "text",
538535
"sampleGen": "&containerName|&entityName|&random|<value>",
539536
"dependency": {
@@ -563,7 +560,6 @@ making sure that you maintain a proper JSON format.
563560
{
564561
"propertyName": "description",
565562
"propertyKeyword": "externalDocsDescription",
566-
"shouldValidate": false,
567563
"propertyTooltip": "",
568564
"propertyType": "details",
569565
"template": "textarea"
@@ -598,7 +594,6 @@ making sure that you maintain a proper JSON format.
598594
{
599595
"propertyName": "operationId",
600596
"propertyKeyword": "operationId",
601-
"shouldValidate": false,
602597
"propertyType": "text",
603598
"sampleGen": "&containerName|&entityName|&random|<value>",
604599
"dependency": {
@@ -609,7 +604,6 @@ making sure that you maintain a proper JSON format.
609604
{
610605
"propertyName": "deprecated",
611606
"propertyKeyword": "deprecated",
612-
"shouldValidate": false,
613607
"propertyType": "checkbox",
614608
"dependency": {
615609
"key": "entityType",
@@ -626,14 +620,12 @@ making sure that you maintain a proper JSON format.
626620
{
627621
"propertyName": "pattern {name}",
628622
"propertyKeyword": "securityRequirementName",
629-
"shouldValidate": false,
630623
"propertyTooltip": "",
631624
"propertyType": "text"
632625
},
633626
{
634627
"propertyName": "operation",
635628
"propertyKeyword": "securityRequirementOperation",
636-
"shouldValidate": false,
637629
"propertyTooltip": "",
638630
"propertyType": "multipleText"
639631
}
@@ -679,7 +671,6 @@ making sure that you maintain a proper JSON format.
679671
{
680672
"propertyName": "name",
681673
"propertyKeyword": "serverVariableName",
682-
"shouldValidate": false,
683674
"propertyTooltip": "",
684675
"propertyType": "text"
685676
},
@@ -693,7 +684,6 @@ making sure that you maintain a proper JSON format.
693684
{
694685
"propertyName": "value",
695686
"propertyKeyword": "serverVariableEnumValue",
696-
"shouldValidate": false,
697687
"propertyTooltip": "",
698688
"propertyType": "text"
699689
}
@@ -702,14 +692,12 @@ making sure that you maintain a proper JSON format.
702692
{
703693
"propertyName": "default",
704694
"propertyKeyword": "serverVariableDefault",
705-
"shouldValidate": false,
706695
"propertyTooltip": "",
707696
"propertyType": "text"
708697
},
709698
{
710699
"propertyName": "description",
711700
"propertyKeyword": "serverVariableDescription",
712-
"shouldValidate": false,
713701
"propertyTooltip": "",
714702
"propertyType": "details",
715703
"template": "textarea"

0 commit comments

Comments
 (0)