{
  "$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": "getAudits",
      "enum": [
        "getAudits",
        "postAudit",
        "getAuditById",
        "deleteAudit",
        "postAuditRun",
        "deleteAuditRun",
        "patchAuditRun",
        "getAuditFindings",
        "fixAuditFindings",
        "getAuditFindingById"
      ],
      "external_name": "ph_request_type"
    },
    "auditProfileNames": {
      "type": "string",
      "description": "(Optional) List of comma separated name of the audit profiles that the audits have",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "auditProfile\\.names"
    },
    "auditRunAuditStateState": {
      "type": "string",
      "description": "(Optional) List of comma separated audit state that the audit runs belong to",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "auditRun\\.auditState\\.state"
    },
    "fixStateState": {
      "type": "string",
      "description": "(Optional) List of comma separated fix states for the Findings",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "fixState\\.state"
    }
  },
  "definitions": {}
}