Commit c0bf5ac 1 parent bfcb277 commit c0bf5ac Copy full SHA for c0bf5ac
File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -642,8 +642,6 @@ components:
642
642
minimum : 0
643
643
description : Version of the OBJECTTYPE for data in the object record
644
644
data :
645
- type : object
646
- additionalProperties : {}
647
645
description : Object data, based on OBJECTTYPE
648
646
geometry :
649
647
allOf :
@@ -794,8 +792,6 @@ components:
794
792
minimum : 0
795
793
description : Version of the OBJECTTYPE for data in the object record
796
794
data :
797
- type : object
798
- additionalProperties : {}
799
795
description : Object data, based on OBJECTTYPE
800
796
geometry :
801
797
allOf :
@@ -825,6 +821,7 @@ components:
825
821
maximum : 2147483647
826
822
minimum : 0
827
823
description : Index of the record corrected by the current record
824
+ nullable : true
828
825
correctedBy :
829
826
type : integer
830
827
maximum : 2147483647
Original file line number Diff line number Diff line change @@ -730,8 +730,6 @@ components:
730
730
minimum : 0
731
731
description : Version of the OBJECTTYPE for data in the object record
732
732
data :
733
- type : object
734
- additionalProperties : {}
735
733
description : Object data, based on OBJECTTYPE
736
734
geometry :
737
735
allOf :
@@ -890,8 +888,6 @@ components:
890
888
minimum : 0
891
889
description : Version of the OBJECTTYPE for data in the object record
892
890
data :
893
- type : object
894
- additionalProperties : {}
895
891
description : Object data, based on OBJECTTYPE
896
892
geometry :
897
893
allOf :
@@ -921,6 +917,7 @@ components:
921
917
maximum : 2147483647
922
918
minimum : 0
923
919
description : Index of the record corrected by the current record
920
+ nullable : true
924
921
correctedBy :
925
922
type : integer
926
923
maximum : 2147483647
@@ -1044,8 +1041,6 @@ components:
1044
1041
type : boolean
1045
1042
description : Use field-based authorization
1046
1043
fields :
1047
- type : object
1048
- additionalProperties : {}
1049
1044
nullable : true
1050
1045
title : Mode
1051
1046
description : Fields allowed for this token in relation to objecttype versions.
You can’t perform that action at this time.
0 commit comments