blob: c4cf460ea062c1da39210771ed3f56f6f0a30f79 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-03/schema",
"$license": [
"http://www.apache.org/licenses/LICENSE-2.0"
],
"id": "#",
"javaType" : "org.apache.streams.twitter.api.MediaStatusRequest",
"javaInterfaces": ["java.io.Serializable"],
"properties": {
"command": {
"description": "Must be set to STATUS (case sensitive).",
"required": true,
"type": "string",
"enum": [
"STATUS"
]
},
"media_id": {
"description": "The media_id returned from the INIT command.",
"required": true,
"type": "integer"
}
}
}