All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.ToStorageService.json Maven / Gradle / Ivy

The newest version!
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/ToStorageService.json",
  "type": "object",
  "allOf": [{"$ref": "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/Entity.json"}],
  "properties": {
    "LocalPath": {
      "type": "string",
      "description": "The path within the ComputingService that is used to access the StorageService"
    },
    "RemotePath": {
      "type": "string",
      "description": "The path in the StorageService which is associated with the LocalPath"
    },
    "ComputingServiceID": {
      "type": "string",
      "description": "The ID of the ComputingService"
    },
    "StorageServiceID": {
      "type": "string",
      "description": "The ID of the StorageService"
    }
  },
  "required": ["LocalPath","RemotePath","ComputingServiceID","StorageServiceID"]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy