ethpm / ethpm-spec

Ethereum Package Manager http://ethpm.github.io/ethpm-spec/
165 stars 30 forks source link

Contract Instance Inconsistency #130

Open cbdotguru opened 6 years ago

cbdotguru commented 6 years ago

The json spec file defines that ContractInstance has property:

"link_dependencies": {
  "title": "Link Dependencies",
  "description": "The values for the link references found within this contract instances runtime bytecode",
  "type": "array",
  "items": {
    "$ref": "#/definitions/LinkValue"
  }
}

However the documentation does not state that the ContractInstance object contains this property. Fix would be to sync one or the other with the decided schema.