{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/transaction_direction", "title": "transaction_direction", "type": "string", "enum": [ "credit", "debit" ], "_x-stainless-modelDefPath": "$shared.transaction_direction" }