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-06-27 UTC."],[[["\u003cp\u003eThis content outlines the JSON Schema representation used for schema metadata, detailing its structure and fields.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON Schema includes fields like \u003ccode\u003edescription\u003c/code\u003e, \u003ccode\u003edefault\u003c/code\u003e, \u003ccode\u003erequired\u003c/code\u003e, \u003ccode\u003etype\u003c/code\u003e, \u003ccode\u003eitems\u003c/code\u003e, \u003ccode\u003eproperties\u003c/code\u003e, \u003ccode\u003eenum\u003c/code\u003e, \u003ccode\u003ejdbcType\u003c/code\u003e, and \u003ccode\u003eformat\u003c/code\u003e, each serving a specific purpose in defining the schema.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eproperties\u003c/code\u003e field is a map where the key is the property name and the value is a nested JSON schema describing that property.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eenum\u003c/code\u003e defines the possible values for an enumeration, and works alongside the \u003ccode\u003etype\u003c/code\u003e field to define types with a fixed set of legal values.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ejdbcType\u003c/code\u003e field specifies the JDBC data type of the field, and \u003ccode\u003eformat\u003c/code\u003e defines the value's format according to JSON Schema standards.\u003c/p\u003e\n"]]],[],null,[]]