{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProposedWrapUpCode", "title": "ProposedWrapUpCode", "type": "object", "properties": { "name": { "type": "string", "description": "The name of the proposed wrap-up reason." } } }