
schema.Entity.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/Entity.json",
"type": "object",
"properties": {
"CreationTime": {
"type": "string",
"description": "The creation time of this entity in the format: CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm]"
},
"Validity": {
"type": "integer",
"description": "The number of seconds after CreationTime that this entity should be considered relevant"
},
"ID": {
"type": "string",
"description": "A globally unique identifier for this entity"
},
"Name": {
"type": "string",
"description": "A human-readable name"
},
"OtherInfo": {
"type": "array",
"description": "Placeholder for information that does not fit in any other attribute",
"items": {
"type": "string"
}
},
"Extension": {
"type": "object",
"description": "Key/value pairs enabling the association of extra information not captured by the model"
}
},
"required": ["ID"]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy