Skip to content

Instantly share code, notes, and snippets.

@gradcoach
gradcoach / gist:bab7abee87f527bcc7e826677f81d9bd
Last active April 8, 2026 08:07
Email parser for Quora
{
"type": "object",
"properties": {
"question": {
"type": "array",
"items": { "type": "string" }
},
"url": {
"type": "array",
"items": { "type": "string" }