This repository was archived by the owner on Aug 7, 2023. It is now read-only.
File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1190
1190
"type" : " string" ,
1191
1191
"description" : " Nome do curso ou série" ,
1192
1192
"required" : true ,
1193
- "example" : " 9º Ano"
1193
+ "example" : " 1º Ano - Ensino Fundamental "
1194
1194
},
1195
1195
"status" : {
1196
1196
"type" : " string" ,
1200
1200
],
1201
1201
"description" : " Status desse livro de notas. Pode ser atual (current) ou de um período passado (ended)" ,
1202
1202
"required" : true ,
1203
- "example" : " curren "
1203
+ "example" : " current "
1204
1204
},
1205
1205
"terms" : {
1206
1206
"type" : " array" ,
1748
1748
"description" : " Campos da seção do prontuário" ,
1749
1749
"required" : true ,
1750
1750
"items" : {
1751
- "oneOf " : [
1751
+ "anyOf " : [
1752
1752
{
1753
1753
"type" : " object" ,
1754
1754
"properties" : {
1998
1998
"name" : {
1999
1999
"type" : " string" ,
2000
2000
"description" : " Nome do pagador" ,
2001
+ "required" : true ,
2001
2002
"example" : " Felipe Layers"
2002
2003
},
2003
2004
"email" : {
2004
2005
"type" : " string" ,
2005
2006
"format" : " email" ,
2006
2007
"description" : " E-mail do pagador" ,
2008
+ "required" : false ,
2007
2009
2008
2010
},
2009
2011
"phone" : {
2010
2012
"type" : " string" ,
2011
2013
"description" : " Telefone do pagador" ,
2014
+ "required" : false ,
2012
2015
"example" : " (11)99999-9999"
2013
2016
},
2014
2017
"birth" : {
2015
2018
"type" : " string" ,
2016
2019
"format" : " date" ,
2017
- "description" : " Data de nascimento do pagador"
2020
+ "description" : " Data de nascimento do pagador" ,
2021
+ "required" : false
2018
2022
}
2019
2023
}
2020
2024
},
You can’t perform that action at this time.
0 commit comments