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

schema.Activity.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/Activity.json",
  "type": "object",
  "allOf": [{"$ref": "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/Entity.json"}],
  "properties": {
    "UserDomainID": {
      "type": "string",
      "description": "An ID"
    },
    "EndpointID": {
      "type": "string",
      "description": "The ID of the Endpoint managing Activity"
    },
    "ShareID": {
      "type": "string",
      "description": "The ID of the Share servicing this Activity"
    },
    "ResourceID": {
      "type": "string",
      "description": "The ID of the Resource executing this Activity"
    },
    "ActivityID": {
      "type": "array",
      "description": "The IDs of other Activities related to this one",
      "items": {
        "type": "string"
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy