Skip to content

Commit 5748f3d

Browse files
taras-dubykCopilot
andcommitted
enable discriminator nested properties for references
Co-authored-by: Copilot <copilot@github.com>
1 parent 5b29ca9 commit 5748f3d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

properties_pane/field_level/fieldLevelConfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2522,12 +2522,14 @@ making sure that you maintain a proper JSON format.
25222522
{
25232523
"propertyName": "Discriminator value",
25242524
"propertyKeyword": "discriminatorValue",
2525-
"propertyType": "text"
2525+
"propertyType": "text",
2526+
"enableForReference": true
25262527
},
25272528
{
25282529
"propertyName": "Schema name or reference",
25292530
"propertyKeyword": "discriminatorSchema",
2530-
"propertyType": "text"
2531+
"propertyType": "text",
2532+
"enableForReference": true
25312533
}
25322534
]
25332535
}

0 commit comments

Comments
 (0)