openapi-node
Version:
A Node library to interact with the Wix Hive (RESTful API)
31 lines • 738 B
JSON
{
"type": "object",
"properties": {
"track" : {
"type" : "object",
"properties" : {
"name": {
"type": "string",
"required": true
},
"id" : {
"type" : "string",
"required": true
}
}
},
"album" : {
"type" : "object",
"properties" : {
"name": {
"type": "string",
"required": true
},
"id" : {
"type" : "string",
"required": true
}
}
}
}
}