{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MaxDimension1", "title": "MaxDimension1", "required": [ "maxSumDimension", "height", "length" ], "type": "object", "properties": { "maxSumDimension": { "type": "string", "nullable": true }, "height": { "type": "string", "nullable": true }, "length": { "type": "string", "nullable": true } }, "example": { "maxSumDimension": null, "height": null, "length": null } }