OpenApiReference.ExternalResource Property
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.
External resource in the reference. It maybe:
- a absolute/relative file path, for example: ../commons/pet.json
- a Url, for example: http://localhost/pet.json
public string ExternalResource { get; set; }
member this.ExternalResource : string with get, set
Public Property ExternalResource As String