Skip to content

Commit 879238a

Browse files
committed
starting json schema for endpoints
1 parent 26c536c commit 879238a

File tree

3 files changed

+423
-0
lines changed

3 files changed

+423
-0
lines changed

src/ndhapi/schemas/plan.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
3+
"$id": "https://example.com/plan.schema.json",
4+
"title": "Provider",
5+
"description": "A medical professional who provides services",
6+
"type": "object",
7+
"properties": {},
8+
"required": []
9+
}

0 commit comments

Comments
 (0)