Documentation

StructuredOutputSchemaTest extends TestCase
in package

StructuredOutputSchemaTest Class Doc Comment

Tags
category

Class

description

JSON output schema for structured content repsonses. This schema dictates the format that an AI should use when responding to your instructions.

author

OpenAPI Generator team

link
https://openapi-generator.tech

Table of Contents

setUp()  : void
Setup before running each test case
setUpBeforeClass()  : void
Setup before running any test case
tearDown()  : void
Clean up after running each test case
tearDownAfterClass()  : void
Clean up after running all test cases
testPropertyAnyOf()  : mixed
Test attribute "any_of"
testPropertyDefault()  : mixed
Test attribute "default"
testPropertyDescription()  : mixed
Test attribute "description"
testPropertyEnum()  : mixed
Test attribute "enum"
testPropertyExample()  : mixed
Test attribute "example"
testPropertyFormat()  : mixed
Test attribute "format"
testPropertyItems()  : mixed
Test attribute "items"
testPropertyMaximum()  : mixed
Test attribute "maximum"
testPropertyMaxItems()  : mixed
Test attribute "max_items"
testPropertyMaxLength()  : mixed
Test attribute "max_length"
testPropertyMaxProperties()  : mixed
Test attribute "max_properties"
testPropertyMinimum()  : mixed
Test attribute "minimum"
testPropertyMinItems()  : mixed
Test attribute "min_items"
testPropertyMinLength()  : mixed
Test attribute "min_length"
testPropertyMinProperties()  : mixed
Test attribute "min_properties"
testPropertyNullable()  : mixed
Test attribute "nullable"
testPropertyPattern()  : mixed
Test attribute "pattern"
testPropertyProperties()  : mixed
Test attribute "properties"
testPropertyPropertyOrdering()  : mixed
Test attribute "property_ordering"
testPropertyRequired()  : mixed
Test attribute "required"
testPropertyTitle()  : mixed
Test attribute "title"
testPropertyType()  : mixed
Test attribute "type"
testStructuredOutputSchema()  : mixed
Test "StructuredOutputSchema"

Methods

setUpBeforeClass()

Setup before running any test case

public static setUpBeforeClass() : void
Return values
void

tearDownAfterClass()

Clean up after running all test cases

public static tearDownAfterClass() : void
Return values
void

testPropertyDescription()

Test attribute "description"

public testPropertyDescription() : mixed
Return values
mixed

testPropertyMaxItems()

Test attribute "max_items"

public testPropertyMaxItems() : mixed
Return values
mixed

testPropertyMaxLength()

Test attribute "max_length"

public testPropertyMaxLength() : mixed
Return values
mixed

testPropertyMaxProperties()

Test attribute "max_properties"

public testPropertyMaxProperties() : mixed
Return values
mixed

testPropertyMinItems()

Test attribute "min_items"

public testPropertyMinItems() : mixed
Return values
mixed

testPropertyMinLength()

Test attribute "min_length"

public testPropertyMinLength() : mixed
Return values
mixed

testPropertyMinProperties()

Test attribute "min_properties"

public testPropertyMinProperties() : mixed
Return values
mixed

testPropertyProperties()

Test attribute "properties"

public testPropertyProperties() : mixed
Return values
mixed

testPropertyPropertyOrdering()

Test attribute "property_ordering"

public testPropertyPropertyOrdering() : mixed
Return values
mixed

testStructuredOutputSchema()

Test "StructuredOutputSchema"

public testStructuredOutputSchema() : mixed
Return values
mixed

Search results