{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"new",
"refill",
"transfer",
"renewal"
],
"description": "The kind of prescription request."
}
},
"required": [
"type"
]
}