Created
May 10, 2019 14:32
-
-
Save FranciscoCanas/e82f5014a7197fbbb10e34b461597dfa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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