{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "Playwright",
  "title": "Playwright E2E Schema",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "$default": {
        "$source": "argv",
        "index": 0
      },
      "x-prompt": "Name for spec to be created:"
    }
  },
  "required": []
}
