{ "$schema": "http://json-schema.org/draft-03/schema#", "type": "object", "properties": { "defaultSettings": { "title": "A valid JSON string compliant with NoScripts's backup format.", "description": "All entries present will overwrite local settings.", "type": "string" } } }