Skip to content

Instantly share code, notes, and snippets.

@fge
Last active December 10, 2015 17:29
Show Gist options
  • Select an option

  • Save fge/4468331 to your computer and use it in GitHub Desktop.

Select an option

Save fge/4468331 to your computer and use it in GitHub Desktop.
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"/": { "$ref": "http://some.site.somewhere/entry-schema#" }
},
"patternProperties": {
"^(/[^/]+)+$": { "$ref": "http://some.site.somewhere/entry-schema#" }
},
"additionalProperties": false,
"required": [ "/" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment