OpenApiReferenceResolver Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class is used to walk an OpenApiDocument and convert unresolved references to references to populated objects
public class OpenApiReferenceResolver : Microsoft.OpenApi.Services.OpenApiVisitorBase
type OpenApiReferenceResolver = class
inherit OpenApiVisitorBase
Public Class OpenApiReferenceResolver
Inherits OpenApiVisitorBase
- Inheritance
Constructors
OpenApiReferenceResolver(OpenApiDocument, Boolean) |
Initializes the OpenApiReferenceResolver class. |
Properties
CurrentKeys |
Properties available to identify context of where an object is within OpenAPI Document (Inherited from OpenApiVisitorBase) |
Errors |
List of errors related to the OpenApiDocument |
PathString |
Pointer to source of validation error in document (Inherited from OpenApiVisitorBase) |