3 references to RefPrefix
Microsoft.AspNetCore.OpenApi (3)
Services\Schemas\OpenApiSchemaService.cs (3)
487
refString.StartsWith(OpenApiConstants.
RefPrefix
, StringComparison.Ordinal))
554
if (!refPath.StartsWith(OpenApiConstants.
RefPrefix
, StringComparison.Ordinal))
556
throw new InvalidOperationException($"Only fragment references (starting with '{OpenApiConstants.
RefPrefix
}') are supported. Found: {refPath}");