The child schemas, applicable only if this is of type object. The key is the name of the property and the value is the json schema that describes that property
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This content outlines the JSON Schema representation used for schema metadata, detailing its structure and fields."],["The JSON Schema includes fields like `description`, `default`, `required`, `type`, `items`, `properties`, `enum`, `jdbcType`, and `format`, each serving a specific purpose in defining the schema."],["The `properties` field is a map where the key is the property name and the value is a nested JSON schema describing that property."],["`enum` defines the possible values for an enumeration, and works alongside the `type` field to define types with a fixed set of legal values."],["The `jdbcType` field specifies the JDBC data type of the field, and `format` defines the value's format according to JSON Schema standards."]]],[]]