{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CapturedSignature", "title": "CapturedSignature", "type": "object", "properties": { "AreaSize": { "$ref": "#/components/schemas/AreaSize" }, "SignaturePoint": { "type": "array", "items": { "$ref": "#/components/schemas/Point" } } } }