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