Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustGenerateSchema ¶
func MustGenerateSchema[T any]() *jsonschema.Schema
MustGenerateSchema generates a JSON schema for type T.
uuid.UUID fields are represented as strings with "uuid" format.
"AdditionalProperties" (a field automatically added in the PingOne client generation process) is removed from "required" for all schemas.
The JSON schema "additionalProperties" field is also configured to allow additional properties, to handle future API changes where new fields may be added that are not yet supported in the client.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.