/** * @schema AdminTaxProvider * type: object * description: The tax provider's details. * x-schemaName: AdminTaxProvider * required: * - id * - is_enabled * properties: * id: * type: string * title: id * description: The tax provider's ID. * example: tp_taxjar_taxjar * is_enabled: * type: boolean * title: is_enabled * description: Whether the tax provider is enabled in the Medusa application. * */