blob: ed1b7e4f313d4a868b429ed4f76c93efbcae2353 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "AnyMetadata Schema",
"description":"JSON schema for AnyMetadata",
"type": "object",
"id": "http://airavata.apache.org/schemas/gfac/2012/12/anyMetadata",
"required": ["anyMetadata"],
"properties": {
"anyMetadata":{
"type": "object"
}
}
}