mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
[FAB-15287] Remove Commercial Paper metadata
This reverts the metadata added in commit 6c28eca339.
Change-Id: Id38c819a19477562bdc98a272c4fb39fb1a79112
Signed-off-by: James Taylor <jamest@uk.ibm.com>
This commit is contained in:
parent
f59e563d27
commit
334a66f17e
2 changed files with 0 additions and 274 deletions
|
|
@ -1,137 +0,0 @@
|
|||
{
|
||||
"$schema": "http://fabric-shim.github.io/contract-schema.json",
|
||||
"info": {
|
||||
"title": "papercontract",
|
||||
"version": "1.4.1",
|
||||
"description": "Commercial Paper example",
|
||||
"termsOfService": "https://github.com/hyperledger/fabric-samples/",
|
||||
"contact": {
|
||||
"name": "Hyperledger Fabric",
|
||||
"url": "https://chat.hyperledger.org/channel/fabric-samples",
|
||||
"email": "fabric@lists.hyperledger.org"
|
||||
},
|
||||
"license": {
|
||||
"name": "Apache 2.0",
|
||||
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
|
||||
}
|
||||
},
|
||||
"contracts": {
|
||||
"org.papernet.commercialpaper": {
|
||||
"name": "org.papernet.commercialpaper",
|
||||
"transactions": [
|
||||
{
|
||||
"name": "issue",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "issuer",
|
||||
"schema": {
|
||||
"type":"string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "paperNumber",
|
||||
"schema": {
|
||||
"type":"integer"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "issueDateTime",
|
||||
"schema": {
|
||||
"type":"string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "maturityDateTime",
|
||||
"schema": {
|
||||
"type":"string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "faceValue",
|
||||
"schema": {
|
||||
"type":"integer"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "buy",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "issuer",
|
||||
"schema": {
|
||||
"type":"string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "paperNumber",
|
||||
"schema": {
|
||||
"type":"integer"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "currentOwner",
|
||||
"schema": {
|
||||
"type":"string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "newOwner",
|
||||
"schema": {
|
||||
"type":"string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "price",
|
||||
"schema": {
|
||||
"type":"integer"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "purchaseDateTime",
|
||||
"schema": {
|
||||
"type":"string"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "redeem",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "issuer",
|
||||
"schema": {
|
||||
"type":"string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "paperNumber",
|
||||
"schema": {
|
||||
"type":"integer"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "redeemingOwner",
|
||||
"schema": {
|
||||
"type":"string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "redeemDateTime",
|
||||
"schema": {
|
||||
"type":"string"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"info": {
|
||||
"title": "",
|
||||
"version": "1.4.1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
"schemas": {}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,137 +0,0 @@
|
|||
{
|
||||
"$schema": "http://fabric-shim.github.io/contract-schema.json",
|
||||
"info": {
|
||||
"title": "papercontract",
|
||||
"version": "1.4.1",
|
||||
"description": "Commercial Paper example",
|
||||
"termsOfService": "https://github.com/hyperledger/fabric-samples/",
|
||||
"contact": {
|
||||
"name": "Hyperledger Fabric",
|
||||
"url": "https://chat.hyperledger.org/channel/fabric-samples",
|
||||
"email": "fabric@lists.hyperledger.org"
|
||||
},
|
||||
"license": {
|
||||
"name": "Apache 2.0",
|
||||
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
|
||||
}
|
||||
},
|
||||
"contracts": {
|
||||
"org.papernet.commercialpaper": {
|
||||
"name": "org.papernet.commercialpaper",
|
||||
"transactions": [
|
||||
{
|
||||
"name": "issue",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "issuer",
|
||||
"schema": {
|
||||
"type":"string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "paperNumber",
|
||||
"schema": {
|
||||
"type":"integer"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "issueDateTime",
|
||||
"schema": {
|
||||
"type":"string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "maturityDateTime",
|
||||
"schema": {
|
||||
"type":"string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "faceValue",
|
||||
"schema": {
|
||||
"type":"integer"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "buy",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "issuer",
|
||||
"schema": {
|
||||
"type":"string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "paperNumber",
|
||||
"schema": {
|
||||
"type":"integer"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "currentOwner",
|
||||
"schema": {
|
||||
"type":"string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "newOwner",
|
||||
"schema": {
|
||||
"type":"string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "price",
|
||||
"schema": {
|
||||
"type":"integer"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "purchaseDateTime",
|
||||
"schema": {
|
||||
"type":"string"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "redeem",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "issuer",
|
||||
"schema": {
|
||||
"type":"string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "paperNumber",
|
||||
"schema": {
|
||||
"type":"integer"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "redeemingOwner",
|
||||
"schema": {
|
||||
"type":"string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "redeemDateTime",
|
||||
"schema": {
|
||||
"type":"string"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"info": {
|
||||
"title": "",
|
||||
"version": "1.4.1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
"schemas": {}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue