diff --git a/jsonschema/schemas/Brands_1_000.json b/jsonschema/schemas/Brands_1_000.json index 1c02254b2..f11f9c886 100644 --- a/jsonschema/schemas/Brands_1_000.json +++ b/jsonschema/schemas/Brands_1_000.json @@ -85,9 +85,10 @@ "required": true } ] - }, + }, "Code": { "description": "Código da Marca", + "type": "string", "x-totvs": [ { "product": "RM", @@ -102,6 +103,7 @@ }, "Description": { "description": "Descricao da Marca", + "type": "string", "x-totvs": [ { "product": "RM", @@ -116,6 +118,7 @@ }, "RecCreatedBy": { "description": "Registro criado por", + "type": "string", "x-totvs": [ { "product": "RM", @@ -143,6 +146,7 @@ }, "RecModifiedBy": { "description": "Registro alterado por", + "type": "string", "x-totvs": [ { "product": "RM", diff --git a/jsonschema/schemas/ShippingCompany_1_000.json b/jsonschema/schemas/ShippingCompany_1_000.json index 58b085a92..473e44e09 100644 --- a/jsonschema/schemas/ShippingCompany_1_000.json +++ b/jsonschema/schemas/ShippingCompany_1_000.json @@ -100,6 +100,7 @@ }, "Name": { "description": "Nome da Transportadora", + "type": "string", "x-totvs": [ { "product": "RM", @@ -113,6 +114,7 @@ }, "Address": { "description": "Endereço da Transportadora", + "type": "string", "x-totvs": [ { "product": "RM", @@ -126,6 +128,7 @@ }, "Number": { "description": "Número do Endereço da Transportadora", + "type": "string", "x-totvs": [ { "product": "RM", @@ -139,6 +142,7 @@ }, "Complement": { "description": "Complemento do Endereço da Transportadora", + "type": "string", "x-totvs": [ { "product": "RM", @@ -152,6 +156,7 @@ }, "District": { "description": "Bairro do Endereço da Transportadora", + "type": "string", "x-totvs": [ { "product": "RM", @@ -165,6 +170,7 @@ }, "CityCode": { "description": "Código do Município", + "type": "string", "x-totvs": [ { "product": "RM", @@ -178,6 +184,7 @@ }, "StateId": { "description": "Código do Estado", + "type": "string", "x-totvs": [ { "product": "RM", @@ -191,6 +198,7 @@ }, "ZipCode": { "description": "CEP da Transportadora", + "type": "string", "x-totvs": [ { "product": "RM", @@ -204,6 +212,7 @@ }, "Cgc": { "description": "CNPJ da Transportadora", + "type": "string", "x-totvs": [ { "product": "RM", @@ -217,6 +226,7 @@ }, "StateRegistration": { "description": "Inscrição Estadual", + "type": "string", "x-totvs": [ { "product": "RM", @@ -230,6 +240,7 @@ }, "Contact": { "description": "Contato", + "type": "string", "x-totvs": [ { "product": "RM", @@ -243,6 +254,7 @@ }, "PhoneNumber": { "description": "Número de Telefone", + "type": "string", "x-totvs": [ { "product": "RM", @@ -256,6 +268,7 @@ }, "Telex": { "description": "Número do Telex", + "type": "string", "x-totvs": [ { "product": "RM", @@ -269,6 +282,7 @@ }, "FaxNumber": { "description": "Número do Fax", + "type": "string", "x-totvs": [ { "product": "RM", @@ -282,6 +296,7 @@ }, "Free": { "description": "Campo Livre", + "type": "string", "x-totvs": [ { "product": "RM", @@ -295,6 +310,7 @@ }, "TradingName": { "description": "Nome Fantasia", + "type": "string", "x-totvs": [ { "product": "RM", @@ -308,6 +324,7 @@ }, "CountryCode": { "description": "País", + "type": "string", "x-totvs": [ { "product": "RM", @@ -321,6 +338,7 @@ }, "Cei": { "description": "CEI", + "type": "string", "x-totvs": [ { "product": "RM", @@ -348,6 +366,7 @@ }, "Email": { "description": "Email", + "type": "string", "x-totvs": [ { "product": "RM", @@ -361,6 +380,7 @@ }, "MunicipalRegistration": { "description": "Inscrição Municipal", + "type": "string", "x-totvs": [ { "product": "RM", @@ -390,6 +410,7 @@ "RecModifiedBy": { "description": "Registro alterado por", + "type": "string", "x-totvs": [ { "product": "RM", diff --git a/jsonschema/schemas/UnitOfMeasures_1_000.json b/jsonschema/schemas/UnitOfMeasures_1_000.json index 38b8e7a88..a3bda343a 100644 --- a/jsonschema/schemas/UnitOfMeasures_1_000.json +++ b/jsonschema/schemas/UnitOfMeasures_1_000.json @@ -86,6 +86,7 @@ }, "Description": { "description": "Descricao da Unidade de Medida", + "type": "string", "x-totvs": [ { "product": "RM", @@ -99,6 +100,7 @@ }, "UnitOfMeasuresBaseCode": { "description": "Código da Unidade Base desta Unidade de Medida", + "type": "string", "x-totvs": [ { "product": "RM", @@ -152,6 +154,7 @@ }, "Initials": { "description": "Código Reduzido", + "type": "string", "x-totvs": [ { "product": "RM", @@ -176,6 +179,7 @@ }, "TaxableUnitMeasurementCode": { "description": "Unidade Tributável", + "type": "string", "x-totvs": [ { "product": "RM", @@ -187,6 +191,7 @@ }, "RecModifiedBy": { "description": "Registro alterado por", + "type": "string", "x-totvs": [ { "product": "RM",