Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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