summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/graphql/packages/package_composer_details.json
blob: bcf64a6e5670230fb7c2da5fcde7ac0dfb8b2eaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "object",
  "allOf": [{ "$ref": "./package_details.json" }],
  "properties": {
    "target_sha": {
      "type": "string"
    },
    "composer_json": {
      "type": "object"
    }
  }
}