1{
2  "$schema": "http://json-schema.org/draft-07/schema#",
3  "type": "array",
4  "required": ["url"],
5  "properties": {
6    "url": { "type": "string" },
7    "title": { "type": "string" }
8  },
9  "additionalProperties": false
10}
11