Skip to content

Instantly share code, notes, and snippets.

@FranciscoCanas
Created May 10, 2019 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FranciscoCanas/c80e09830c3f5ae0a74da1ec0f4aabf9 to your computer and use it in GitHub Desktop.
Save FranciscoCanas/c80e09830c3f5ae0a74da1ec0f4aabf9 to your computer and use it in GitHub Desktop.
{
"description": "The library for which the event occurred",
"title": "bc_library",
"type": "object",
"properties": {
"siteId": {
"type": "string"
},
"site": {
"type": "string"
},
"libraryId": {
"type": "number"
},
"cmsEnabled": {
"type": "boolean"
},
"cmsUrl": {
"type": "string"
},
"crossDomainEnabled": {
"type": "boolean"
},
"crossDomainNames": {
"type": "array",
"items": {
"type": "integer"
}
}
},
"minProperties": 1,
"additionalProperties": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment