Search Results for

    Show / Hide Table of Contents

    Enum StructuredOutputSchema.TypeEnum

    Primitive JSON schema types with a fallback CUSTOM for unknown values.

    Namespace: mailslurp.Model
    Assembly: mailslurp.dll
    Syntax
    [JsonConverter(typeof(StringEnumConverter))]
    public enum StructuredOutputSchema.TypeEnum

    Fields

    Name Description
    Array

    Enum Array for value: array

    Boolean

    Enum Boolean for value: boolean

    Integer

    Enum Integer for value: integer

    Null

    Enum Null for value: null

    Number

    Enum Number for value: number

    Object

    Enum Object for value: object

    String

    Enum String for value: string

    • View Source
    In this article
    Back to top See MailSlurp website for more information.