version: "1.0" project: "legacy-finance-api" endpoints: - path: "/accounts/{id}" method: "GET" cobol_source: "src/fetch_account.cbl" procedure: "GET-ACCOUNT-DATA" arguments: - name: "id" type: "PIC X(10)" source: "path" response_copybook: "src/structures/account_res.cpy"