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

Eliminate the required option within the Subcription.Periodic schema for...

Eliminate the required option within the Subcription.Periodic schema for fields entities and timeInterval. Move the required option for the entities fields to the schemas statement of the Subscription request body.
parent 4db3f1e2
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -3267,6 +3267,7 @@ components:
              - $ref: '#/components/schemas/Subscription'
              - required:
                - type
                - entities
        application/json+ld:
          schema:
            allOf:
@@ -5011,9 +5012,6 @@ components:
                Actually, when the time interval (in seconds) specified in this value field is reached.
              type: number
              minimum: 1
        - required:
          - entities
          - timeInterval
    Subscription.OnChange:
      allOf:
        - $ref: '#/components/schemas/Subscription.Common'