diff --git a/properties_pane/field_level/fieldLevelConfig.json b/properties_pane/field_level/fieldLevelConfig.json index 46c1d45..f2465bd 100644 --- a/properties_pane/field_level/fieldLevelConfig.json +++ b/properties_pane/field_level/fieldLevelConfig.json @@ -2522,12 +2522,14 @@ making sure that you maintain a proper JSON format. { "propertyName": "Discriminator value", "propertyKeyword": "discriminatorValue", - "propertyType": "text" + "propertyType": "text", + "enableForReference": true }, { "propertyName": "Schema name or reference", "propertyKeyword": "discriminatorSchema", - "propertyType": "text" + "propertyType": "text", + "enableForReference": true } ] }