Commit 5debf334 authored by Marco Cavalli's avatar Marco Cavalli
Browse files

Fix ld+json request body example in Batch Create

The previous body contained an array of entities and the @context, instead of having an array of Entities with dedicated @context fields
parent 3ba1f8b4
Loading
Loading
Loading
Loading
+10 −9
Original line number Diff line number Diff line
@@ -1350,11 +1350,12 @@ paths:
              allOf:
                - type: array
                  items:
                    $ref: '#/components/schemas/Entity'
                    allOf:
                      - type: object
                        properties:
                          '@context':
                            $ref:  '#/components/schemas/LdContext'
                      - $ref: '#/components/schemas/Entity'
                      - required:
                        - id
                        - type