Skip to content

Commit

Permalink
feat: JSON Schema implementation (#294)
Browse files Browse the repository at this point in the history
* feat: JSON Schema implementation

* temp commit

* add new description methods

* add exports and better descriptions

* fix: required constraint

* chore: update package.json

* create tests

* run prettier

* Accept multiple JSON schemas

* feat: update test

---------

Co-authored-by: madaley1 <mor2daley@gmail.com>
  • Loading branch information
carlbrugger and madaley1 authored Nov 6, 2023
1 parent 437e070 commit 7d34a17
Show file tree
Hide file tree
Showing 7 changed files with 1,059 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-oranges-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@flatfile/plugin-json-schema': patch
---

Introducting the @flatfile/plugin-convert-json-schema plugin to configure a Flatfile Space based on a provided JSON Schema.
Loading

0 comments on commit 7d34a17

Please sign in to comment.