8 references to Any
Shared (8)
JsonSchemaExporter\JsonSchemaExporter.cs (4)
141JsonSchemaType schemaType = JsonSchemaType.Any; 184schemaType = JsonSchemaType.Any; 192if (schemaType is not JsonSchemaType.Any) 198derivedSchema.Type = JsonSchemaType.Any;
JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (4)
106private JsonSchemaType _type = JsonSchemaType.Any; 293Count(Type != JsonSchemaType.Any); 321if (Type != JsonSchemaType.Any) 497if (schemaType is JsonSchemaType.Any)