14 references to Integer
Microsoft.AspNetCore.OpenApi (14)
Schemas\JsonSchemaMapper\JsonSchemaMapper.cs (14)
350schemaType is JsonSchemaType.Integer or JsonSchemaType.Number) 394schemaType = JsonSchemaType.Integer; 820JsonSchemaType.Integer, 835JsonSchemaType.Integer => "integer", 895[typeof(byte)] = new(JsonSchemaType.Integer), 896[typeof(ushort)] = new(JsonSchemaType.Integer), 897[typeof(uint)] = new(JsonSchemaType.Integer), 898[typeof(ulong)] = new(JsonSchemaType.Integer), 899[typeof(sbyte)] = new(JsonSchemaType.Integer), 900[typeof(short)] = new(JsonSchemaType.Integer), 901[typeof(int)] = new(JsonSchemaType.Integer), 902[typeof(long)] = new(JsonSchemaType.Integer), 910[typeof(UInt128)] = new(JsonSchemaType.Integer), 911[typeof(Int128)] = new(JsonSchemaType.Integer),