14 references to SchemaId
Microsoft.AspNetCore.OpenApi (14)
Extensions\JsonNodeSchemaExtensions.cs (5)
215schema[OpenApiConstants.SchemaId] = createSchemaReferenceId(context.TypeInfo); 422schema[OpenApiConstants.SchemaId] = schemaReferenceId; 428schema[OpenApiConstants.SchemaId] = "Base"; 461if (schema[OpenApiConstants.SchemaId] is not null && 475if (schema[OpenApiConstants.SchemaId] is not null &&
Schemas\OpenApiJsonSchema.Helpers.cs (2)
331case OpenApiConstants.SchemaId: 334schema.Metadata.Add(OpenApiConstants.SchemaId, reader.GetString() ?? string.Empty);
Services\Schemas\OpenApiSchemaService.cs (7)
69[OpenApiConstants.SchemaId] = "IFormFile" 81[OpenApiConstants.SchemaId] = "IFormFile" 119var isInlinedSchema = schema[OpenApiConstants.SchemaId] is null; 206[OpenApiConstants.SchemaId] = "JsonPatchDocument", 269schema.Metadata.TryGetValue(OpenApiConstants.SchemaId, out var resolvedBaseSchemaId)) 337if (schema.Metadata.TryGetValue(OpenApiConstants.SchemaId, out var schemaId) && 352schema.Metadata.TryGetValue(OpenApiConstants.SchemaId, out var referenceId) &&