Skip to content

Commit

Permalink
fixed orgVc schema
Browse files Browse the repository at this point in the history
  • Loading branch information
kostysh committed Nov 5, 2021
1 parent d8ba8e4 commit a0c0940
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 651 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@windingtree/org.json-schema",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "ORG.ID JSON schema for WT protocol",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -24,15 +24,15 @@
},
"homepage": "https://github.com/windingtree/org.json-schema#readme",
"devDependencies": {
"@types/node": "16.10.3",
"typescript": "4.4.3",
"@types/node": "16.11.6",
"typescript": "4.4.4",
"ajv": "8.6.3",
"ajv-formats": "2.1.1",
"chai": "4.3.4",
"js-yaml": "4.1.0",
"json-schema-to-typescript": "10.1.5",
"mocha": "9.1.2",
"eslint": "7.32.0"
"mocha": "9.1.3",
"eslint": "8.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 0 additions & 3 deletions src/org.vc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,3 @@ properties:
$ref: './nft.yaml#/definitions/NftAnimationUrl'
attributes:
$ref: './nft.yaml#/definitions/NftAttributes'
credentialSubject:
$ref: './org.json.yaml#/definitions/OrgJsonReference'

Loading

0 comments on commit a0c0940

Please sign in to comment.