Table of Contents

Class ValidationResult

Namespace
FunctionCalling
Assembly
AntRunnerLib.dll

Represents the result of OpenAPI spec validation.

public class ValidationResult
Inheritance
System.Object
ValidationResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()

Properties

Message

Gets or sets the validation error or success message.

public string Message { get; set; }

Property Value

System.String

Spec

Gets or sets the parsed OpenAPI specification.

public JsonDocument Spec { get; set; }

Property Value

System.Text.Json.JsonDocument

Status

Gets or sets the status of the validation.

public bool Status { get; set; }

Property Value

System.Boolean