10 references to SchemaId
Microsoft.AspNetCore.OpenApi (10)
Extensions\JsonNodeSchemaExtensions.cs (4)
220
schema[OpenApiConstants.
SchemaId
] = createSchemaReferenceId(context.TypeInfo);
427
schema[OpenApiConstants.
SchemaId
] = schemaReferenceId;
433
schema[OpenApiConstants.
SchemaId
] = "Base";
454
if (schema[OpenApiConstants.
SchemaId
] is JsonNode schemaIdNode
Extensions\OpenApiSchemaExtensions.cs (1)
30
&& schema.Metadata.TryGetValue(OpenApiConstants.
SchemaId
, out var schemaIdAsObject)
Schemas\OpenApiJsonSchema.Helpers.cs (2)
331
case OpenApiConstants.
SchemaId
:
334
schema.Metadata.Add(OpenApiConstants.
SchemaId
, reader.GetString() ?? string.Empty);
Services\Schemas\OpenApiSchemaService.cs (3)
68
[OpenApiConstants.
SchemaId
] = "IFormFile"
80
[OpenApiConstants.
SchemaId
] = "IFormFile"
205
[OpenApiConstants.
SchemaId
] = "JsonPatchDocument",