This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This code has been adapted from a Custom Airtable Block written by: https://github.com/TheF1rstPancake/AirtableOpenAPICustomBlock | |
*/ | |
/** | |
* Map Airtable datatypes to the corresponding OPENAPI datatypes | |
* If Airtable adds more data types over time, we will need to add them here | |
*/ | |
const AIRTABLE_TO_OPENAPI_DEFS = { |