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