{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Struct", "type": "object", "properties": { "value": true, "int": { "type": "integer", "format": "int32", "propertyCount": 0, "upperType": "INTEGER" } }, "required": [ "value", "int" ], "upperType": "OBJECT", "propertyCount": 2 }