{
  "actions": [
    {
      "name": "rESTfulSlotFieldsGet",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/wapi/v1/{pathv1}/{pathv2}/slot_representations/{pathv3}/slot_fields?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/rESTfulSlotFieldsGet-default.json"
        }
      ]
    },
    {
      "name": "rESTfulSlotFieldsGetById",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/wapi/v1/{pathv1}/{pathv2}/slot_representations/{pathv3}/slot_fields/{pathv4}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/rESTfulSlotFieldsGetById-default.json"
        }
      ]
    },
    {
      "name": "getWapiV1SlotFields",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/wapi/v1/slot_fields?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getWapiV1SlotFields-default.json"
        }
      ]
    },
    {
      "name": "getWapiV1SlotFieldsId",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/wapi/v1/slot_fields/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getWapiV1SlotFieldsId-default.json"
        }
      ]
    }
  ]
}