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

schema.ApplicationHandle.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/ApplicationHandle.json",
  "type": "object",
  "allOf": [{"$ref": "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/Entity.json"}],
  "properties": {
    "Type": {
      "type": "string",
      "description": "The type of method used to set up an ApplicationEnvironment - ApplicationHandle_t (open enumeration)"
    },
    "Value": {
      "type": "string",
      "description": "How to set up the ApplicationEnvironment in the context of the Type"
    },
    "ApplicationEnvironmentID": {
      "type": "string",
      "description": "The ID of the ApplicationEnvironment this ApplicationHandle refers to"
    }
  },
  "required": ["Type","Value","ApplicationEnvironmentID"]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy