Skip to content

Instantly share code, notes, and snippets.

View patrickgruebener's full-sized avatar

Patrick Cipic Grübener patrickgruebener

  • Patrick Čipić Grübener
View GitHub Profile
{
"type": "object",
"properties": {
"name": { "type": "string" },
"email": { "type": "string" },
"product": { "type": "string" },
"quantity": { "type": "string" },
"shipping_address": { "type": "string" },
"delivery_option": { "type": "string" },
"additional_note": { "type": "string" },