{
  "$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": "getFilemetadataMountPath",
      "enum": [
        "getFilemetadataMountPath"
      ],
      "external_name": "ph_request_type"
    },
    "pathParam": {
      "description": "path to file",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "path"
    },
    "checksumType": {
      "description": "the checksum type to calculate the checksum value for the result metadata.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "checksum_type"
    },
    "sourcePermissions": {
      "description": "whether (and how) Puppet should copy owner, group, and mode permissions.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "source_permissions"
    }
  },
  "definitions": {}
}