9 references to MapJsonSchemaCore
Microsoft.AspNetCore.OpenApi (9)
Schemas\JsonSchemaMapper\JsonSchemaMapper.cs (9)
59return MapJsonSchemaCore(ref state, typeInfo); 113JsonObject paramSchema = MapJsonSchemaCore( 164return MapJsonSchemaCore( 194return MapJsonSchemaCore(ref state, typeInfo); 272schema = MapJsonSchemaCore( 326JsonObject derivedSchema = MapJsonSchemaCore( 501arrayItems = MapJsonSchemaCore(ref state, elementTypeInfo); 518JsonObject elementSchema = MapJsonSchemaCore(ref state, elementTypeInfo, parentType, parentPropertyInfo, parentParameterInfo); 546additionalProperties = MapJsonSchemaCore(ref state, valueTypeInfo, parentType, parentPropertyInfo, parentParameterInfo);