AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class StrictJsonSchemaAttribute

    Inheritance
    object
    Attribute
    StrictJsonSchemaAttribute
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    [AttributeUsage(AttributeTargets.Class)]
    public class StrictJsonSchemaAttribute : Attribute

    Constructors

    StrictJsonSchemaAttribute(string)

    Declaration
    public StrictJsonSchemaAttribute(string name)
    Parameters
    Type Name Description
    string name

    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

    Strict

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