10 references to SchemaId
Microsoft.AspNetCore.OpenApi (10)
Extensions\JsonNodeSchemaExtensions.cs (3)
203schema[OpenApiConstants.SchemaId] = createSchemaReferenceId(context.TypeInfo); 407schema[OpenApiConstants.SchemaId] = schemaReferenceId; 413schema[OpenApiConstants.SchemaId] = "Base";
Schemas\OpenApiJsonSchema.Helpers.cs (2)
315case OpenApiConstants.SchemaId: 318schema.Metadata.Add(OpenApiConstants.SchemaId, reader.GetString() ?? string.Empty);
Services\Schemas\OpenApiSchemaService.cs (5)
70[OpenApiConstants.SchemaId] = "IFormFile" 82[OpenApiConstants.SchemaId] = "IFormFile" 151schema.Metadata.TryGetValue(OpenApiConstants.SchemaId, out var resolvedBaseSchemaId)) 207schema.Metadata.TryGetValue(OpenApiConstants.SchemaId, out var schemaId) && 219schema.Metadata.TryGetValue(OpenApiConstants.SchemaId, out var referenceId) &&