An open API service indexing awesome lists of open source software.

https://github.com/tomashubelbauer/postgrest-openapi-zapier-fieldschema

Postgrest OpenAPI to Zapier FieldSchema mapper
https://github.com/tomashubelbauer/postgrest-openapi-zapier-fieldschema

fieldschema openapi postgrest zapier

Last synced: 8 months ago
JSON representation

Postgrest OpenAPI to Zapier FieldSchema mapper

Awesome Lists containing this project

README

          

# Postgrest OpenAPI specification to Zapier `FieldSchema`

This script generates Zapier `FieldSchema`s from Postgrest OpenAPI specification
files.

Zapier `FieldSchema`:
https://github.com/zapier/zapier-platform/blob/main/packages/schema/docs/build/schema.md#fieldschema

Postgrest OpenAPI:
https://postgrest.org/en/stable/references/api/openapi.html

First, place a file named `spec.json` to the repository directory containing the
OpenAPI specification.

Next, run `node .` to run the script.