{
  "type": "object",
  "properties": {
    "pv": {
      "type": "string",
      "title": "Protocoll Version"
    },
    "name": {
      "type": "string",
      "title": "name"
    },
    "solc": {
      "type": "string",
      "title": "Solidity version"
    },
    "description": {
      "type": "string",
      "title": "Description",
      "maxLength": 80
    },
    "version": {
      "type": "string",
      "title": "Version"
    },
    "dependencies": {
      "type": "object"
    },
    "contracts": {
      "type": "object",
      "patternProperties": {
        "^\\w+$": {
          "type": "string",
          "title": "ipfs-hash"
        }
      }
    },
    "root": {
      "type": "string",
      "description": "IPFS Hash of directory root"
    },
    "tags": {
      "type": "array"
    }
  },
  "required": ["pv","name","solc","description","version","dependencies","contracts","root","tags"]

}
