Skip to content

Instantly share code, notes, and snippets.

@jt-nti
Created June 26, 2017 17:38
Show Gist options
  • Save jt-nti/45cc5e4a2ea0e626a58562d267b9a2e5 to your computer and use it in GitHub Desktop.
Save jt-nti/45cc5e4a2ea0e626a58562d267b9a2e5 to your computer and use it in GitHub Desktop.
/**
* Evil model file
*/
namespace org.hyperledger.composer.system
abstract participant $Asset identified by sku {
o String sku
}
abstract asset $Participant identified by alias {
o String alias
}
abstract event $Transaction identified by txnId {
o String txnId
}
abstract transaction $Event identified by correlId {
o String correlId
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment