{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "List of paths for the inputs or outputs",
    "items": {
        "pattern": "^[a-zA-Z0-9\\-_]+/$",
        "type": "string"
    },
    "title": "Inputs or Outputs base resource",
    "type": "array",
    "uniqueItems": true
}
