{
  "$id": "schema.json",
  "type": "object",
  "schema": "http://json-schema.org/draft-07/schema#",
  "translate": true,
  "dynamicfields": true,
  "properties": {
    "ph_request_type": {
      "type": "string",
      "description": "type of request (internal to adapter)",
      "default": "listPictureForItem",
      "enum": [
        "listPictureForItem",
        "getPictureForItem",
        "deletePictureForItem",
        "patchPictureForItem",
        "listPicture",
        "getPicture",
        "deletePicture",
        "patchPicture",
        "listPictureForCustomer",
        "getPictureForCustomer",
        "deletePictureForCustomer",
        "patchPictureForCustomer",
        "listPictureForVendor",
        "getPictureForVendor",
        "deletePictureForVendor",
        "patchPictureForVendor",
        "listPictureForEmployee",
        "getPictureForEmployee",
        "deletePictureForEmployee",
        "patchPictureForEmployee"
      ],
      "external_name": "ph_request_type"
    },
    "companyId": {
      "type": "string",
      "description": "(v1.0) id for company",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "company_id"
    },
    "itemId": {
      "type": "string",
      "description": "(v1.0) id for item",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "item_id"
    },
    "top": {
      "type": "number",
      "description": "(v1.0) Number of items to return from the top of the list",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "$top"
    },
    "skip": {
      "type": "number",
      "description": "(v1.0) Number of items to skip from the list",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "$skip"
    },
    "limit": {
      "type": "number",
      "description": "(v1.0) Number of items to return from the list",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "$limit"
    },
    "filter": {
      "type": "string",
      "description": "(v1.0) Filtering expression",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "$filter"
    },
    "select": {
      "type": "array",
      "description": "(v1.0) Selected properties to be retrieved",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "$select"
    },
    "pictureId": {
      "type": "string",
      "description": "(v1.0) id for picture",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "picture_id"
    },
    "customerId": {
      "type": "string",
      "description": "(v1.0) id for customer",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "customer_id"
    },
    "vendorId": {
      "type": "string",
      "description": "(v1.0) id for vendor",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "vendor_id"
    },
    "employeeId": {
      "type": "string",
      "description": "(v1.0) id for employee",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "employee_id"
    }
  },
  "definitions": {}
}