Skip to content

Commit c0bf5ac

Browse files
committed
📝 [#268] update OAS
1 parent bfcb277 commit c0bf5ac

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

src/objects/api/v1/openapi.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -642,8 +642,6 @@ components:
642642
minimum: 0
643643
description: Version of the OBJECTTYPE for data in the object record
644644
data:
645-
type: object
646-
additionalProperties: {}
647645
description: Object data, based on OBJECTTYPE
648646
geometry:
649647
allOf:
@@ -794,8 +792,6 @@ components:
794792
minimum: 0
795793
description: Version of the OBJECTTYPE for data in the object record
796794
data:
797-
type: object
798-
additionalProperties: {}
799795
description: Object data, based on OBJECTTYPE
800796
geometry:
801797
allOf:
@@ -825,6 +821,7 @@ components:
825821
maximum: 2147483647
826822
minimum: 0
827823
description: Index of the record corrected by the current record
824+
nullable: true
828825
correctedBy:
829826
type: integer
830827
maximum: 2147483647

src/objects/api/v2/openapi.yaml

+1-6
Original file line numberDiff line numberDiff line change
@@ -730,8 +730,6 @@ components:
730730
minimum: 0
731731
description: Version of the OBJECTTYPE for data in the object record
732732
data:
733-
type: object
734-
additionalProperties: {}
735733
description: Object data, based on OBJECTTYPE
736734
geometry:
737735
allOf:
@@ -890,8 +888,6 @@ components:
890888
minimum: 0
891889
description: Version of the OBJECTTYPE for data in the object record
892890
data:
893-
type: object
894-
additionalProperties: {}
895891
description: Object data, based on OBJECTTYPE
896892
geometry:
897893
allOf:
@@ -921,6 +917,7 @@ components:
921917
maximum: 2147483647
922918
minimum: 0
923919
description: Index of the record corrected by the current record
920+
nullable: true
924921
correctedBy:
925922
type: integer
926923
maximum: 2147483647
@@ -1044,8 +1041,6 @@ components:
10441041
type: boolean
10451042
description: Use field-based authorization
10461043
fields:
1047-
type: object
1048-
additionalProperties: {}
10491044
nullable: true
10501045
title: Mode
10511046
description: Fields allowed for this token in relation to objecttype versions.

0 commit comments

Comments
 (0)