Skip to content

Instantly share code, notes, and snippets.

@FranciscoCanas
Created May 10, 2019 18:02
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/fd47c93000616ea3907d236e3a9d66ff to your computer and use it in GitHub Desktop.
Save FranciscoCanas/fd47c93000616ea3907d236e3a9d66ff to your computer and use it in GitHub Desktop.
{
"description": "The additional dimensions used for BiblioWeb events",
"title": "bc_web_event",
"type": "object",
"properties": {
"containerName": {
"type": "string"
},
"contentType": {
"type": "string"
},
"contentCreator": {
"type": "string"
},
"creatorType": {
"type": "string"
},
"cardTitle": {
"type": "string"
}
},
"minProperties": 1,
"additionalProperties": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment