Skip to content

Commit

Permalink
pok, #1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkokoo committed Sep 7, 2023
1 parent 4d9b519 commit 7be8c0f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pok/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
##data syntax for pok

https://github.com/Valota/data-syntaxes
19 changes: 19 additions & 0 deletions pok/pok.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$id": "https:\/\/raw.githubusercontent.com\/Valota\/data-syntax-dcv\/v1.0.0\/dcv.json",
"$schema": "http:\/\/json-schema.org\/draft-07\/schema#",
"description": "POK data syntax for Valotalive",
"type": "object",
"properties": {
"data": {
"type": "array",
"properties": {}
},
"owner": {
"type": "string"
}
},
"required": [
"data",
"owner"
]
}

0 comments on commit 7be8c0f

Please sign in to comment.