Commit 440cf317 authored by Ignacio Dominguez Martinez-Casanueva's avatar Ignacio Dominguez Martinez-Casanueva
Browse files

Added instanceId field to all types of Attributes

parent aebf4299
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -3362,6 +3362,12 @@ components:
              $ref: '#/components/schemas/ModifiedAt'
            deletedAt:
              $ref: '#/components/schemas/DeletedAt'
            instanceId:
              description: |
                A URI uniquely identifying a Property instance,
                as mandated by (see clause 4.5.7). System generated.
              type: string
              format: uri
      required:
        - type
        - value
@@ -3441,6 +3447,12 @@ components:
              $ref: '#/components/schemas/ModifiedAt'
            deletedAt:
              $ref: '#/components/schemas/DeletedAt'
            instanceId:
              description: |
                A URI uniquely identifying a Relationship instance
                (see clause 4.5.8). System generated.
              type: string
              format: uri
      required:
        - type
        - object
@@ -3519,6 +3531,12 @@ components:
              $ref: '#/components/schemas/ModifiedAt'
            deletedAt:
              $ref: '#/components/schemas/DeletedAt'
            instanceId:
              description: |
                A URI uniquely identifying a Property instance,
                as mandated by (see clause 4.5.7). System generated.
              type: string
              format: uri
      required:
        - type
        - value
@@ -4702,6 +4720,12 @@ components:
              $ref: '#/components/schemas/ModifiedAt'
            deletedAt:
              $ref: '#/components/schemas/DeletedAt'
            instanceId:
              description: |
                A URI uniquely identifying a Property instance,
                as mandated by (see clause 4.5.7). System generated.
              type: string
              format: uri
      required:
        - type
        - value