Table of Contents

Class CompileResultJSONResult

Namespace
Styra.Opa.OpenApi.Models.Components
Assembly
Styra.Opa.dll

The partially evaluated result of the query.

public class CompileResultJSONResult
Inheritance
CompileResultJSONResult
Inherited Members

Properties

AdditionalProperties

[JsonProperty("additionalProperties")]
public Dictionary<string, object>? AdditionalProperties { get; set; }

Property Value

Dictionary<string, object>

Query

[JsonProperty("query")]
public Query? Query { get; set; }

Property Value

Query

Support

[JsonProperty("support")]
public Support? Support { get; set; }

Property Value

Support