From 38db435eaf75ea07feced958ee30bb7744458661 Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Thu, 21 Nov 2024 19:23:01 -0500 Subject: [PATCH] Add YAML spec under v1 --- README.md | 3 ++- v1/examples/schema_example.yaml | 3 +++ v1/spec.yaml | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 v1/examples/schema_example.yaml create mode 100644 v1/spec.yaml diff --git a/README.md b/README.md index a8abaad..75299f4 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,5 @@ NOTE: `.json` examples are formatter using https://jsonformatter.curiousconcept. ## v1 * [example graph](v1/examples/create_example.cypher) -* [example schema](v1/examples/schema_example.json) +* [example json schema](v1/examples/schema_example.json) +* [example yaml schema](v1/examples/schema_example.yaml) diff --git a/v1/examples/schema_example.yaml b/v1/examples/schema_example.yaml new file mode 100644 index 0000000..5769320 --- /dev/null +++ b/v1/examples/schema_example.yaml @@ -0,0 +1,3 @@ +--- +# TODO: Add the v1 of YAML schema example. +... diff --git a/v1/spec.yaml b/v1/spec.yaml new file mode 100644 index 0000000..d05e907 --- /dev/null +++ b/v1/spec.yaml @@ -0,0 +1,4 @@ +--- +# TODO: Add proposal of the v1 spec. +# NOTE: The format has to support both schema definition and schema retrieval. +...