{
  "actions": [
    {
      "name": "getIdentity",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/identity?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getIdentity-default.json"
        }
      ]
    },
    {
      "name": "getIdentityContracts",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/identity/contracts?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getIdentityContracts-default.json"
        }
      ]
    },
    {
      "name": "getIdentityGroups",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/identity/groups?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getIdentityGroups-default.json"
        }
      ]
    }
  ]
}