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

Update list @context

parent 79271be9
Loading
Loading
Loading
Loading
+23 −14
Original line number Diff line number Diff line
@@ -2202,22 +2202,31 @@ paths:
                  - type: array
                    items:
                      type: string
                      format: uri
                  - type: array
                    items:
                      type: object
            application/json+ld:
              schema:
                allOf:
                oneOf:
                  - allOf:
                      - type: object
                        required:
                          - '@context'
                        properties:
                          '@context':
                            $ref:  '#/components/schemas/LdContext'
                  - oneOf:
                      - type: array
                        items:
                          type: string
                          format: uri
                  - allOf:
                      - type: object
                        required:
                          - '@context'
                        properties:
                          '@context':
                            $ref:  '#/components/schemas/LdContext'
                      - type: array
                        items:
                          type: object