{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ChassisModule", "title": "ChassisModule", "type": "object", "properties": { "name": { "type": "string" }, "version": { "type": "string" }, "part-number": { "type": "string" }, "serial-number": { "type": "string" }, "description": { "type": "string" }, "model-number": { "type": "string" }, "chassis-sub-module": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "serial-number": { "type": "string" } } } } } }