Skip to content

Instantly share code, notes, and snippets.

@njsmith
Created May 11, 2016 07:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save njsmith/89021cd9ef1a6724579229de164d02d2 to your computer and use it in GitHub Desktop.
Save njsmith/89021cd9ef1a6724579229de164d02d2 to your computer and use it in GitHub Desktop.
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"package": {
"type": "object",
"additionalProperties": false,
"properties": {
"schema-version": {
"type": "integer",
"default": 1
},
"build-system": {
"type": "object",
"additionalProperties": false,
"properties": {
"requires": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
},
"tool": {
"type": "object"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment