Type

struct

Represents a top-level struct data definition declared in the document.

Property Type Description
deprecated Boolean Indicates whether this type is deprecated. Set to true to flag as deprecated; defaults to false.
description String Plain text documentation explaining the usage and purpose of this struct.
name String Unique name of the type definition (e.g., 'User', 'Product', 'ErrorResponse').
parent String Target type name if this struct inherits properties from a parent struct type. Omit if there is no inheritance.
properties List of property fields defined on this struct.
type String Kind of top-level type structure. Must be strictly set to 'struct'.
part of the Apioo-Project