summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/public_api/v4/operations/scope.json
blob: e2b6d1ad6f1c6a6f18eb85a1722d15855e5822e1 (plain)
1
2
3
4
5
6
7
8
9
{
  "type": "object",
  "required": ["environment_scope"],
  "properties": {
    "id": { "type": "integer" },
    "environment_scope": { "type": "string" }
  },
  "additionalProperties": false
}