schema
Represents the JSON schema definition as a JsonObject.
This property is used to store and define the structure or format of a JSON-based data schema, enabling serialization, validation, and adherence to a specific format. It is commonly utilized within implementations that require a structured schema for processing or validating JSON data.