{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Origin2", "title": "Origin2", "required": [ "Account", "Key" ], "type": "object", "properties": { "Account": { "type": "string" }, "Key": { "type": "string" } }, "example": { "Account": "automacaoqa", "Key": "vtexappkey-appvtex" } }