Skip to content

Commit 0d9b83e

Browse files
committed
mark example property as deprecated
1 parent 030da5d commit 0d9b83e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

properties_pane/field_level/fieldLevelConfig.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ making sure that you maintain a proper JSON format.
366366
"enum",
367367
"examples",
368368
{
369-
"propertyName": "example",
369+
"propertyName": "example (deprecated)",
370370
"propertyKeyword": "sample",
371371
"propertyType": "text",
372372
"shouldValidate": true
@@ -656,7 +656,7 @@ making sure that you maintain a proper JSON format.
656656
"enum",
657657
"examples",
658658
{
659-
"propertyName": "example",
659+
"propertyName": "example (deprecated)",
660660
"propertyKeyword": "sample",
661661
"propertyType": "text",
662662
"shouldValidate": true
@@ -942,7 +942,7 @@ making sure that you maintain a proper JSON format.
942942
"enum",
943943
"examples",
944944
{
945-
"propertyName": "example",
945+
"propertyName": "example (deprecated)",
946946
"propertyKeyword": "sample",
947947
"propertyType": "text",
948948
"shouldValidate": true
@@ -1287,7 +1287,7 @@ making sure that you maintain a proper JSON format.
12871287
},
12881288
"examples",
12891289
{
1290-
"propertyName": "example",
1290+
"propertyName": "example (deprecated)",
12911291
"propertyKeyword": "sample",
12921292
"propertyType": "text",
12931293
"shouldValidate": true
@@ -1430,7 +1430,7 @@ making sure that you maintain a proper JSON format.
14301430
}
14311431
},
14321432
{
1433-
"propertyName": "example",
1433+
"propertyName": "example (deprecated)",
14341434
"propertyKeyword": "sample",
14351435
"propertyType": "text",
14361436
"shouldValidate": true
@@ -1666,7 +1666,7 @@ making sure that you maintain a proper JSON format.
16661666
},
16671667
"examplesComplex",
16681668
{
1669-
"propertyName": "example",
1669+
"propertyName": "example (deprecated)",
16701670
"propertyKeyword": "sample",
16711671
"propertyType": "details",
16721672
"template": "textAreaJson",
@@ -2048,7 +2048,7 @@ making sure that you maintain a proper JSON format.
20482048
},
20492049
"examplesComplex",
20502050
{
2051-
"propertyName": "example",
2051+
"propertyName": "example (deprecated)",
20522052
"propertyKeyword": "sample",
20532053
"propertyType": "details",
20542054
"template": "textAreaJson",

0 commit comments

Comments
 (0)