net472/json_schemas/1.1/baseimage.json

{
   "$id": "https://www.vmware.com/esxupdate/1.1/baseimage.json",
   "$schema": "http://json-schema.org/draft-07/schema#",
   "allOf": [
      {
         "$ref": "https://www.vmware.com/esxupdate/baseimage.json#"
      }
   ],
   "properties": {
      "quickPatchCompatibleVersions": {
         "$ref": "https://www.vmware.com/esxupdate/1.1/common.json#/definitions/quickPatchCompatibleVersions"
      }
   }
}