3 references to AnyOfPropertyName
System.Text.Json (3)
System\Text\Json\Schema\JsonSchema.cs (1)
231
objSchema.Add(
AnyOfPropertyName
, anyOfArray);
System\Text\Json\Schema\JsonSchemaExporter.cs (2)
106
state.PushSchemaNode(JsonSchema.
AnyOfPropertyName
);
367
state.PushSchemaNode(JsonSchema.
AnyOfPropertyName
);