3 references to RefId
Microsoft.AspNetCore.OpenApi (3)
Schemas\OpenApiJsonSchema.Helpers.cs (1)
330schema.Metadata[OpenApiConstants.RefId] = reader.GetString() ?? string.Empty;
Services\Schemas\OpenApiSchemaService.cs (2)
214schema.Metadata.TryGetValue(OpenApiConstants.RefId, out var refId) && 231!schema.Metadata.ContainsKey(OpenApiConstants.RefId) &&