blob: 83c3f2eb2f27f50fe2c4b60d0fb4b9838350a526 [file] [log] [blame]
{
"type": "object",
"$schema": "http://json-schema.org/draft-03/schema",
"$license": [
"http://www.apache.org/licenses/LICENSE-2.0"
],
"id": "#",
"javaType" : "org.apache.streams.graph.GraphReaderConfiguration",
"extends" : {
"existingJavaType":"org.apache.streams.components.http.HttpConfiguration"
},
"javaInterfaces": ["java.io.Serializable"],
"properties": {
"query": {
"type": "string",
"required": "true"
},
"params": {
"type": "object"
}
}
}