blob: 5ff5d2cf7808e90b7571df88300307605122651b [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "AuthorInfoType Schema",
"description": "JSON schema for AuthorInfoType",
"type": "object",
"id": "http://airavata.apache.org/schemas/gfac/2012/12#authorInfo",
"required": ["authorInfoType"],
"properties": {
"authorInfoType": {
"type": "object",
"id": "http://airavata.apache.org/schemas/gfac/2012/12/authorInfoType",
"properties": {
"author": {
"type": "string"
},
"modificationDate": {
"type": "string"
},
"organization": {
"type": "string"
},
"address": {
"type": "string"
},
"contactInfo": {
"type": "string"
},
"anyMetadata": {
"type": "object"
}
}
}
}
}