Skip to content

Instantly share code, notes, and snippets.

@divadrei
Created January 20, 2012 13:58
Show Gist options
  • Save divadrei/1647487 to your computer and use it in GitHub Desktop.
Save divadrei/1647487 to your computer and use it in GitHub Desktop.
tag-euractv
{
"description": "document",
"type": "object",
"additionalProperties": {
"type": "object",
"additionalProperties": false,
"properties": {
"content": {
"type": "string",
"required": true
},
"language": {
"type": "string",
"enum": [
"fr",
"en"
],
"required": false,
"default": null
},
"format": {
"type": "string",
"required": false,
"enum": [
"text",
"html"
],
"default": "text"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment