1 write to Constant
Shared (1)
JsonSchemaExporter\JsonSchemaExporter.cs (1)
159
JsonSchema discriminatorSchema = new() {
Constant
= discriminatorNode };
3 references to Constant
Shared (3)
JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (3)
256
Count(
Constant
!= null);
336
if (
Constant
!= null)
338
objSchema.Add(JsonSchemaConstants.ConstPropertyName,
Constant
);