addedInput schema / properties / businessCnpj
Added value: +{
+ "description": "CNPJ do negócio",
+ "type": "string"
+}
addedInput schema / properties / businessName
Added value: +{
+ "description": "Nome do negócio, quando hasBusiness = true",
+ "type": "string"
+}
addedInput schema / properties / businessWebsite
Added value: +{
+ "description": "Site do negócio",
+ "type": "string"
+}
addedInput schema / properties / cep
Added value: +{
+ "description": "CEP do usuário",
+ "type": "string"
+}
addedInput schema / properties / coverImage
Added value: +{
+ "description": "URL ou data URI da imagem de capa",
+ "type": "string"
+}
addedInput schema / properties / currency / description
Added value: +"Moeda padrão do usuário (ISO 4217, ex: 'BRL')"
addedInput schema / properties / hasBusiness
Added value: +{
+ "description": "Se o usuário tem um negócio/CNPJ associado ao perfil",
+ "type": "boolean"
+}
addedInput schema / properties / location
Added value: +{
+ "description": "Cidade/localização do usuário",
+ "type": "string"
+}
addedInput schema / properties / menuPreference
Added value: +{
+ "description": "Preferência de layout/menu do app",
+ "type": "string"
+}
addedInput schema / properties / occupation
Added value: +{
+ "description": "Profissão/ocupação",
+ "type": "string"
+}
addedInput schema / properties / picture
Added value: +{
+ "description": "URL ou data URI da foto de perfil",
+ "type": "string"
+}