@@ -727,8 +727,8 @@ components:
727
727
typeVersion :
728
728
type : integer
729
729
maximum : 32767
730
- description : Version of the OBJECTTYPE for data in the object record
731
730
minimum : 0
731
+ description : Version of the OBJECTTYPE for data in the object record
732
732
data :
733
733
type : object
734
734
additionalProperties : {}
@@ -749,20 +749,25 @@ components:
749
749
type : string
750
750
format : date
751
751
readOnly : true
752
+ nullable : true
752
753
description : Legal end date of the object record
753
754
registrationAt :
754
755
type : string
755
756
format : date
756
757
readOnly : true
757
758
description : The date when the record was registered in the system
758
759
correctionFor :
759
- type : string
760
- readOnly : true
760
+ type : integer
761
+ maximum : 2147483647
762
+ minimum : 0
761
763
description : Index of the record corrected by the current record
762
- correctedBy :
763
- type : string
764
764
readOnly : true
765
+ correctedBy :
766
+ type : integer
767
+ maximum : 2147483647
768
+ minimum : 0
765
769
description : Index of the record, which corrects the current record
770
+ readOnly : true
766
771
required :
767
772
- startAt
768
773
- typeVersion
@@ -787,6 +792,9 @@ components:
787
792
- read_only
788
793
- read_and_write
789
794
type : string
795
+ description : |-
796
+ * `read_only` - Read-only
797
+ * `read_and_write` - Read and write
790
798
MultiLineString :
791
799
type : object
792
800
description : GeoJSON multi-line-string geometry
@@ -879,8 +887,8 @@ components:
879
887
typeVersion :
880
888
type : integer
881
889
maximum : 32767
882
- description : Version of the OBJECTTYPE for data in the object record
883
890
minimum : 0
891
+ description : Version of the OBJECTTYPE for data in the object record
884
892
data :
885
893
type : object
886
894
additionalProperties : {}
@@ -901,19 +909,24 @@ components:
901
909
type : string
902
910
format : date
903
911
readOnly : true
912
+ nullable : true
904
913
description : Legal end date of the object record
905
914
registrationAt :
906
915
type : string
907
916
format : date
908
917
readOnly : true
909
918
description : The date when the record was registered in the system
910
919
correctionFor :
911
- type : string
920
+ type : integer
921
+ maximum : 2147483647
922
+ minimum : 0
912
923
description : Index of the record corrected by the current record
913
924
correctedBy :
914
- type : string
915
- readOnly : true
925
+ type : integer
926
+ maximum : 2147483647
927
+ minimum : 0
916
928
description : Index of the record, which corrects the current record
929
+ readOnly : true
917
930
required :
918
931
- startAt
919
932
- typeVersion
@@ -1022,7 +1035,11 @@ components:
1022
1035
mode :
1023
1036
allOf :
1024
1037
- $ref : ' #/components/schemas/ModeEnum'
1025
- description : Permission mode
1038
+ description : |-
1039
+ Permission mode
1040
+
1041
+ * `read_only` - Read-only
1042
+ * `read_and_write` - Read and write
1026
1043
use_fields :
1027
1044
type : boolean
1028
1045
description : Use field-based authorization
0 commit comments