Skip to content

Commit

Permalink
chore: add schema for path entity
Browse files Browse the repository at this point in the history
  • Loading branch information
azech-hqs committed Sep 5, 2023
1 parent 6ac85be commit a8ad97a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions schema/system/path_entity.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$id": "system/path-entity",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "path entity schema",
"allOf": [
{
"$ref": "./name.json"
},
{
"$ref": "./path.json"
}
]
}

0 comments on commit a8ad97a

Please sign in to comment.