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