10 references to SchemaId
Microsoft.AspNetCore.OpenApi (10)
Extensions\JsonNodeSchemaExtensions.cs (3)
222schema[OpenApiConstants.SchemaId] = createSchemaReferenceId(context.TypeInfo); 431schema[OpenApiConstants.SchemaId] = schemaReferenceId; 437schema[OpenApiConstants.SchemaId] = "Base";
Schemas\OpenApiJsonSchema.Helpers.cs (2)
325case OpenApiConstants.SchemaId: 328schema.Metadata.Add(OpenApiConstants.SchemaId, reader.GetString() ?? string.Empty);
Services\Schemas\OpenApiSchemaService.cs (5)
69[OpenApiConstants.SchemaId] = "IFormFile" 81[OpenApiConstants.SchemaId] = "IFormFile" 159schema.Metadata.TryGetValue(OpenApiConstants.SchemaId, out var resolvedBaseSchemaId)) 217if (schema.Metadata.TryGetValue(OpenApiConstants.SchemaId, out var schemaId) && 232schema.Metadata.TryGetValue(OpenApiConstants.SchemaId, out var referenceId) &&