Skip to content

Commit

Permalink
Update SpecializedMedicalReport_1_000.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanramorim committed Jun 23, 2021
1 parent 76fd8ac commit 1fe358a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jsonschema/schemas/SpecializedMedicalReport_1_000.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"treatment": {
"description": "Tratamentos",
"required": true,
"type": "string",
"type": "boolean",
"maxLength": 1,
"x-totvs": [
{
Expand Down Expand Up @@ -248,7 +248,7 @@
"certificate": {
"description": "Atestado",
"required": true,
"type": "string",
"type": "boolean",
"maxLength": 1,
"x-totvs": [
{
Expand Down Expand Up @@ -348,7 +348,7 @@
"printed": {
"description": "Impresso",
"required": false,
"type": "string",
"type": "boolean",
"maxLength": 1,
"x-totvs": [
{
Expand Down

0 comments on commit 1fe358a

Please sign in to comment.