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)
94} = JsonSchemaType.Any; 253Count(Type != JsonSchemaType.Any); 281if (Type != JsonSchemaType.Any) 457if (schemaType is JsonSchemaType.Any)