OpenApiSchema.Schema 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.
$schema, a JSON Schema dialect identifier. Value must be a URI
public Uri? Schema { get; set; }
member this.Schema : Uri with get, set
Public Property Schema As Uri