Skip to content

Instantly share code, notes, and snippets.

@ponelat
Created August 6, 2024 10:34
Show Gist options
  • Save ponelat/da3661fa166613815c863a4517f8c4c6 to your computer and use it in GitHub Desktop.
Save ponelat/da3661fa166613815c863a4517f8c4c6 to your computer and use it in GitHub Desktop.
Empty parameter
{"openapi":"3.0.1","info":{"title":"ok","description":"ok","version":"1.0.0"},"components":{"parameters":{"One-Two-Three":{"in":"header","name":"One-Two-Three","description":"ok","schema":{"type":"string","pattern":"^[0-9a-zA-Z\\-_+\\\\.(){}\\[\\]* ]{1,128}$","maxLength":128},"required":false,"example":"HELLO"}}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment