AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class StrictJsonSchema

    Inheritance
    object
    StrictJsonSchema
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class StrictJsonSchema

    Constructors

    StrictJsonSchema()

    Declaration
    public StrictJsonSchema()

    StrictJsonSchema(StrictJsonSchemaAttribute, JsonSchema)

    Declaration
    public StrictJsonSchema(StrictJsonSchemaAttribute attribute, JsonSchema schema)
    Parameters
    Type Name Description
    StrictJsonSchemaAttribute attribute
    JsonSchema schema

    Properties

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    string

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Schema

    Declaration
    public JsonSchema Schema { get; set; }
    Property Value
    Type Description
    JsonSchema

    Strict

    Declaration
    public bool Strict { get; set; }
    Property Value
    Type Description
    bool
    In this article
    Back to top Generated by DocFX