UNPKG

openapi-node

Version:

A Node library to interact with the Wix Hive (RESTful API)

27 lines 611 B
{ "type": "object", "properties": { "album" : { "type" : "object", "properties" : { "name": { "type": "string", "required": true }, "id" : { "type" : "string", "required": true } } }, "sharedTo" : { "type" : "string", "enum": [ "FACEBOOK", "GOOGLE_PLUS", "TWITTER" ], "required" : true } } }