{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MonetaryAccountProfile", "title": "MonetaryAccountProfile", "type": "object", "properties": { "profile_fill": { "type": "object", "description": "The profile settings for triggering the fill of a monetary account.", "readOnly": false, "writeOnly": false, "$ref": "#/components/schemas/MonetaryAccountProfileFill" }, "profile_drain": { "type": "object", "description": "The profile settings for moving excesses to a savings account", "readOnly": false, "writeOnly": false, "$ref": "#/components/schemas/MonetaryAccountProfileDrain" } } }