2 references to AnyOfPropertyName
Shared (2)
JsonSchemaExporter\JsonSchemaExporter.cs (1)
144
state.PushSchemaNode(JsonSchemaConstants.
AnyOfPropertyName
);
JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (1)
431
objSchema.Add(JsonSchemaConstants.
AnyOfPropertyName
, anyOfArray);