{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://github.com/Guffawaffle/lex/schemas/test-schema.json",
  "title": "Test Schema",
  "description": "A minimal test schema for validation purposes",
  "type": "object",
  "additionalProperties": false,
  "properties": {},
  "examples": [
    {}
  ]
}
