-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from valueflows/fixes-validator
fixes from validator, updated readme
- Loading branch information
Showing
3 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ | |
"note": { | ||
"description": "A textual comment or description.", | ||
"type": "string" | ||
}, | ||
} | ||
}, | ||
"required": ["name"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
## JSON schemas and examples | ||
## JSON schemas for ValueFlows | ||
|
||
This directory is to work with the [Secure Scuttlebutt](https://www.scuttlebutt.nz/) gang on using ValueFlows vocabulary to experiment with creating an economic layer on top of the ssb gossip network, using ssb messages. | ||
Included here are json-schemas for the vocabulary needed for a ValueFlows app, including the vocabulary in the VF namespace, as well as the external pieces of vocabulary we are re-using. This is current as of VF release .3. | ||
|
||
The schemas and examples here are not meant to be definitive, and in some cases have short-cut the VF vocabulary to create smaller scoped examples to try out. It is all experimental, and tailored to this experiment right now. | ||
Questions, feedback, and issues welcome. |