{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResoluO", "title": "ResoluO", "required": [ "Quantity", "Name", "Link" ], "type": "object", "properties": { "Quantity": { "type": "integer", "format": "int32" }, "Name": { "type": "string" }, "Link": { "type": "string" } }, "example": { "Quantity": 10, "Name": "Full-HD", "Link": "/eletronicos/tv/Full-HD?map=c,c,specificationFilter_73" } }