JsonSchemaType

Represents the type of JSON schema that can be utilized for structured data definition. This defines the level of detail or complexity included in the schema.

Entries

Link copied to clipboard

Represents the complete schema type in the enumeration, typically used to indicate that the JSON schema should be fully applied or adhered to without simplification.

Link copied to clipboard

Represents a simplified schema type used within the JsonSchemaType enumeration. This type is typically used for scenarios where a minimal representation of the schema is sufficient.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.