{
  "$id": "schema.json",
  "type": "object",
  "schema": "http://json-schema.org/draft-07/schema#",
  "translate": false,
  "dynamicfields": true,
  "properties": {
    "ph_request_type": {
      "type": "string",
      "description": "type of request (internal to adapter)",
      "default": "pbmProfileProfileManagerPbmAssignDefaultRequirementProfile",
      "enum": [
        "pbmProfileProfileManagerPbmAssignDefaultRequirementProfile",
        "pbmProfileProfileManagerPbmCreate",
        "pbmProfileProfileManagerPbmDelete",
        "pbmProfileProfileManagerPbmFetchCapabilityMetadata",
        "pbmProfileProfileManagerPbmFetchCapabilitySchema",
        "pbmProfileProfileManagerPbmFetchResourceType",
        "pbmProfileProfileManagerPbmFetchVendorInfo",
        "pbmProfileProfileManagerPbmFindApplicableDefaultProfile",
        "pbmProfileProfileManagerPbmQueryAssociatedEntities",
        "pbmProfileProfileManagerPbmQueryAssociatedEntity",
        "pbmProfileProfileManagerPbmQueryAssociatedProfile",
        "pbmProfileProfileManagerPbmQueryAssociatedProfiles",
        "pbmProfileProfileManagerPbmQueryDefaultRequirementProfile",
        "pbmProfileProfileManagerPbmQueryDefaultRequirementProfiles",
        "pbmProfileProfileManagerPbmQueryProfile",
        "pbmProfileProfileManagerPbmQuerySpaceStatsForStorageContainer",
        "pbmProfileProfileManagerPbmResetDefaultRequirementProfile",
        "pbmProfileProfileManagerPbmResetVSanDefaultProfile",
        "pbmProfileProfileManagerPbmRetrieveContent",
        "pbmProfileProfileManagerPbmUpdate"
      ],
      "external_name": "ph_request_type"
    }
  },
  "definitions": {}
}