blob: 91a4c78bfe4fc7cf54c2344fb591eca9ef77af3d [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.peopledatalabs.api.EnrichPersonResponse",
"properties": {
"status": {
"type": "integer"
},
"metadata": {
"type": "object",
"javaType": "org.apache.streams.peopledatalabs.api.EnrichPersonResponseMetadata",
"properties": {
"name": {
"type": "string"
},
"request_id": {
"type": "string"
}
}
},
"data": {
"$ref": "../pojo/Person.json"
},
"error": {
"type": "object",
"javaType": "org.apache.streams.peopledatalabs.api.EnrichPersonResponseError",
"properties": {
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
}
}
}