14 references to SchemaId
Microsoft.AspNetCore.OpenApi (14)
Extensions\JsonNodeSchemaExtensions.cs (5)
217schema[OpenApiConstants.SchemaId] = createSchemaReferenceId(context.TypeInfo); 424schema[OpenApiConstants.SchemaId] = schemaReferenceId; 430schema[OpenApiConstants.SchemaId] = "Base"; 463if (schema[OpenApiConstants.SchemaId] is not null && 477if (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) &&