Skip to content

Instantly share code, notes, and snippets.

@FranciscoCanas
Created May 10, 2019 14:32
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/e82f5014a7197fbbb10e34b461597dfa to your computer and use it in GitHub Desktop.
Save FranciscoCanas/e82f5014a7197fbbb10e34b461597dfa to your computer and use it in GitHub Desktop.
{
"description": "The additional dimensions used for BiblioWeb events",
"title": "v3_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