Get input JSON Schema
get_input_schemaRetrieve the complete JSON Schema for any supported ISO 20022 acmt message type. Lists all fields, types, and constraints to build records or drive UI forms.
Instructions
Return the full JSON Schema for a message type's flat input record.
Use this to learn every field, its type, and its constraints before
assembling records, or to drive a form/UI. For just the required-field
names use ``get_required_fields``; to actually check records against this
schema use ``validate_records``.
Args:
message_type: A supported ISO 20022 acmt message type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_type | Yes | A supported ISO 20022 acmt message type, e.g. 'acmt.001.001.08' Account Opening Instruction -- call list_message_types for the exact accepted strings. |