Commit 2c79ceb3 authored by daniel-gonzalez-sanchez's avatar daniel-gonzalez-sanchez
Browse files

Fixing minor issues: 1) removing allOf wrapper from previousValue property of...

Fixing minor issues: 1) removing allOf wrapper from previousValue property of the Property schema; 2) removing allOf wrapper from value property of GeoProperty schema; and 3) Considering the VocabularyProperty schema for additionalProperties within Entity schema and for AttributeFragment request body.
parent ebe7f840
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -3202,6 +3202,7 @@ components:
              - $ref: '#/components/schemas/Relationship'
              - $ref: '#/components/schemas/GeoProperty'
              - $ref: '#/components/schemas/LanguageProperty'
              - $ref: '#/components/schemas/VocabularyProperty'
        application/json+ld:
          schema:
            allOf:
@@ -3214,6 +3215,7 @@ components:
                - $ref: '#/components/schemas/Relationship'
                - $ref: '#/components/schemas/GeoProperty'
                - $ref: '#/components/schemas/LanguageProperty'
                - $ref: '#/components/schemas/VocabularyProperty'
              - required:
                  - '@context'
    EntityTemporal:
@@ -4327,8 +4329,7 @@ components:
        value:
          description: |
            Geolocation encoded as GeoJSON. As mandated by clause 4.7.
          allOf:
            - $ref: '#/components/schemas/Geometry'
          $ref: '#/components/schemas/Geometry'
        observedAt:
          description: |
            Timestamp. See clause 4.8.
@@ -4787,8 +4788,7 @@ components:
          description: |
            Previous Property value. Only used in notifications, if the showChanges 
            option is explicitly requested.
          allOf:
            - oneOf:
          oneOf:
            - $ref: '#/components/schemas/DateTimeValue'
            - $ref: '#/components/schemas/AnyValue'
          readOnly: true