Commit 85860e95 authored by Ignacio Dominguez Martinez-Casanueva's avatar Ignacio Dominguez Martinez-Casanueva
Browse files

Remove default values

parent 8ea6d0ae
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -2557,7 +2557,6 @@ components:
      explode: false
      schema:
        type: string
        default: 'PT0S'
      required: false
    Query.attrs:
      name: attrs
@@ -2714,7 +2713,6 @@ components:
      explode: true
      schema:
        type: string
        default: location
      required: false
    Query.georel:
      name: georel
@@ -2916,7 +2914,6 @@ components:
          - createdAt
          - modifiedAt
          - deletedAt
        default: observedAt
      required: false
    Query.timerel:
      name: timerel
@@ -3662,7 +3659,6 @@ components:
            - exclusive
            - redirect
            - auxiliary
          default: inclusive
        operations:
          description: |
            The definition limited subset of API operations supported by the registered Context Source.
@@ -3819,9 +3815,6 @@ components:
              - attributeCreated
              - attributeUpdated
              - attributeDeleted
          default:
            - attributeCreated
            - attributeUpdated
        q:
          description: |
            Query that shall be met by subscribed entities in order to trigger the notification.
@@ -3841,7 +3834,6 @@ components:
            true indicates that the Subscription is under operation.
            false indicates that the subscription is paused and notifications shall not be delivered.
          type: boolean
          default: true
        notification:
          description: |
            Notification details.
@@ -3988,7 +3980,6 @@ components:
            If true, the system generated attributes createdAt and modifiedAt are included in
            the response payload body, in the case of a deletion also deletedAt.
          type: boolean
          default: false
        format:
          description: |
            Conveys the representation format of the entities delivered at notification time.
@@ -4005,7 +3996,6 @@ components:
            This requires that it exists, i.e. in case of modifications and deletions,
             but not in the case of creations. showChanges cannot be true in case format is "keyValues".
          type: boolean
          default: false
        endpoint:
          description: |
            Notification endpoint details.
@@ -4070,7 +4060,6 @@ components:
            - application/json
            - application/ld+json
            - application/geo+json
          default: application/json
        timeout:
          description: |
            Maximum period of time in milliseconds which may elapse before a notification is assumed to have failed.
@@ -4263,7 +4252,6 @@ components:
            - createdAt
            - modifiedAt
            - deletedAt
          default: observedAt
      required:
        - timerel
        - timeAt