Ecosyste.ms: Awesome
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: 16 days ago
JSON representation
Postgrest OpenAPI to Zapier FieldSchema mapper
- Host: GitHub
- URL: https://github.com/tomashubelbauer/postgrest-openapi-zapier-fieldschema
- Owner: TomasHubelbauer
- Created: 2023-06-23T11:06:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-23T13:36:23.000Z (over 1 year ago)
- Last Synced: 2024-05-02T03:55:47.123Z (9 months ago)
- Topics: fieldschema, openapi, postgrest, zapier
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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#fieldschemaPostgrest OpenAPI:
https://postgrest.org/en/stable/references/api/openapi.htmlFirst, place a file named `spec.json` to the repository directory containing the
OpenAPI specification.Next, run `node .` to run the script.