schemas.v15.unlockconnectorResponse.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "UnlockConnectorResponse",
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"Accepted",
"Rejected"
]
}
},
"required": [
"status"
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy