
schema.Service.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of airavata-gfac-hpc-monitor Show documentation
Show all versions of airavata-gfac-hpc-monitor Show documentation
The Grid related monitoring implementation
The newest version!
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/Service.json",
"type": "object",
"allOf": [{"$ref": "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/Entity.json"}],
"properties": {
"Capability": {
"type": "array",
"description": "Capability_t (open enumeration)",
"items": {
"type": "string"
}
},
"Type": {
"type": "string",
"description": "ServiceType_t (open enumeration)"
},
"QualityLevel": {
"type": "string",
"description": "QualityLevel_t",
"enum": ["development","pre-production","production","testing"]
},
"StatusInfo": {
"type": "array",
"description": "URLs of web pages providing additional information",
"items": {
"type": "string"
}
},
"Complexity": {
"type": "string",
"description": "A human-readable description of the number of endpoint types, shares, and resources"
},
"EndpointID": {
"type": "array",
"description": "The IDs of Endpoints for this Service",
"items": {
"type": "string"
}
},
"ShareID": {
"type": "array",
"description": "The IDs of the Shares offered by this Service",
"items": {
"type": "string"
}
},
"ManagerID": {
"type": "array",
"description": "The IDs of the Managers of this Service",
"items": {
"type": "string"
}
},
"ContactID": {
"type": "array",
"description": "The IDs of Contacts for this Service",
"items": {
"type": "string"
}
},
"LocationID": {
"type": "string",
"description": "The ID of the primary Location of this Service"
},
"ServiceID": {
"type": "array",
"description": "The IDs of Services related to this Service",
"items": {
"type": "string"
}
}
},
"required": ["Type","QualityLevel"]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy