{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InvoiceFilter", "title": "Request body", "type": "object", "properties": { "invoice": { "type": "string", "description": "Chosen invoice filter", "default": "string" }, "serie": { "type": "string", "description": "Serie's number on the invoice", "default": "string" } } }