File tree 2 files changed +28
-3
lines changed
2 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 51
51
52
52
</address >
53
53
</author >
54
-
54
+
55
55
<author fullname =" Ben Hutton" initials =" B" surname =" Hutton" role =" editor" >
56
56
<organization >Wellcome Sanger Institute</organization >
57
57
<address >
956
956
"const": {
957
957
"typ": "JWT",
958
958
"alg": "HS256"
959
- }
959
+ }
960
960
},
961
961
{
962
962
"type": "object",
967
967
}
968
968
}
969
969
]
970
- }
970
+ }
971
971
}]]>
972
972
</artwork >
973
973
<postamble >
1028
1028
</t >
1029
1029
</section >
1030
1030
1031
+ <section title =' "deprecated"' >
1032
+ <t >
1033
+ The value of this keyword MUST be a boolean. When multiple occurrences
1034
+ of this keyword are applicable to a single sub-instance, the resulting
1035
+ value MUST be true if any occurrence specifies a true value, and MUST
1036
+ be false otherwise.
1037
+ </t >
1038
+ <t >
1039
+ If "deprecated" has a value of boolean true, it indicates that applications
1040
+ SHOULD refrain from usage of the declared property. It MAY mean the property
1041
+ is going to be removed in the future.
1042
+ </t >
1043
+ <t >
1044
+ A root schema containing "deprecated" with a value of true indicates the entire
1045
+ root schema MAY be removed in the future.
1046
+ </t >
1047
+ <t >
1048
+ Omitting this keyword has the same behavior as a value of false.
1049
+ </t >
1050
+ </section >
1051
+
1031
1052
<section title =' "readOnly" and "writeOnly"' >
1032
1053
<t >
1033
1054
The value of these keywords MUST be a boolean. When multiple occurrences
Original file line number Diff line number Diff line change 17
17
"type" : " string"
18
18
},
19
19
"default" : true ,
20
+ "deprecated" : {
21
+ "type" : " boolean" ,
22
+ "default" : false
23
+ },
20
24
"readOnly" : {
21
25
"type" : " boolean" ,
22
26
"default" : false
You can’t perform that action at this time.
0 commit comments