Skip to content

Commit

Permalink
B3 pmgmnt 1367 schema only (#104)
Browse files Browse the repository at this point in the history
* [B3PMGMNT-1367] added 0.3.9 and 0.3.10 schemas and validated against samples

* corrected dcc schema for 0.3.10

* [B3PMGMNT-1367] updated schemas to use https://test.uncefact.org/vocabulary/untp and include a render object

* removed b3 samples

* changed samples to use https://test.uncefact.org/vocabulary/untp

* minor changes to meet https://test.uncefact.org/vocabulary schema

* added sample credentials file fro validating v0.3.10
  • Loading branch information
jballment authored Sep 13, 2024
1 parent b61a301 commit 0a0d949
Show file tree
Hide file tree
Showing 16 changed files with 11,192 additions and 0 deletions.
34 changes: 34 additions & 0 deletions packages/untp-test-suite/credentials-v0.3.10.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"credentials": [
{
"type": "aggregationEvent",
"version": "v0.0.1",
"dataPath": ""
},
{
"type": "conformityCredential",
"version": "v0.3.10",
"dataPath": "credentials/DigitalConformityCredential_instance-0.3.10.json"
},
{
"type": "objectEvent",
"version": "v0.3.10",
"dataPath": "credentials/DigitalTraceabilityEvent_instance-0.3.10.json"
},
{
"type": "productPassport",
"version": "v0.3.10",
"dataPath": "credentials/DigitalProductPassport_instance-0.3.10.json"
},
{
"type": "transactionEvent",
"version": "v0.0.1",
"dataPath": ""
},
{
"type": "transformationEvent",
"version": "v0.0.1",
"dataPath": ""
}
]
}
Loading

0 comments on commit 0a0d949

Please sign in to comment.