blob: 1e396b357e4147e38550fefa5f71d6f049de9508 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-03/schema#",
"id": "http://example.com/2013/activity/apache-taverna-activity-gis.schema.json",
"title": "Gis activity configuration",
"type": "object",
"properties": {
"@context": {
"description": "JSON-LD context for interpreting the configuration as RDF",
"required": true,
"enum": ["http://example.com/2013/activity/apache-taverna-activity-gis.context.json"]
},
"exampleString": {
"title": "Example String",
"description": "An example string property",
"type": "string",
"required": true
},
"exampleUri": {
"title": "Example URI",
"description": "An example uri property",
"type": "string",
"required": true
}
}
}