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