Skip to content

Commit

Permalink
update api/middleware.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 14, 2024
1 parent c3ea83d commit c3edf87
Showing 1 changed file with 75 additions and 45 deletions.
120 changes: 75 additions & 45 deletions api/middleware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,28 @@ paths:
content:
application/ld+json:
schema:
type: array
description: A model containing the Structured Data.
items:
type: object
oneOf:
- type: array
items:
type: object
- type: string
application/rdf+xml:
schema:
type: array
description: A model containing the Structured Data.
items:
type: object
oneOf:
- type: array
items:
type: object
- type: string
text/turtle:
schema:
type: array
description: A model containing the Structured Data.
items:
type: object
oneOf:
- type: array
items:
type: object
- type: string
"412":
description: Invalid request parameters
security:
Expand All @@ -99,22 +105,28 @@ paths:
content:
application/ld+json:
schema:
type: array
description: A model containing the Structured Data.
items:
type: object
oneOf:
- type: array
items:
type: object
- type: string
application/rdf+xml:
schema:
type: array
description: A model containing the Structured Data.
items:
type: object
oneOf:
- type: array
items:
type: object
- type: string
text/turtle:
schema:
type: array
description: A model containing the Structured Data.
items:
type: object
oneOf:
- type: array
items:
type: object
- type: string
required: true
responses:
"200":
Expand Down Expand Up @@ -150,22 +162,28 @@ paths:
content:
application/ld+json:
schema:
type: array
description: A model containing the Structured Data.
items:
type: object
oneOf:
- type: array
items:
type: object
- type: string
application/rdf+xml:
schema:
type: array
description: A model containing the Structured Data.
items:
type: object
oneOf:
- type: array
items:
type: object
- type: string
text/turtle:
schema:
type: array
description: A model containing the Structured Data.
items:
type: object
oneOf:
- type: array
items:
type: object
- type: string
"412":
description: Invalid request parameters
security:
Expand Down Expand Up @@ -239,22 +257,28 @@ paths:
content:
application/ld+json:
schema:
type: array
description: A model containing the Structured Data.
items:
type: object
oneOf:
- type: array
items:
type: object
- type: string
application/rdf+xml:
schema:
type: array
description: A model containing the Structured Data.
items:
type: object
oneOf:
- type: array
items:
type: object
- type: string
text/turtle:
schema:
type: array
description: A model containing the Structured Data.
items:
type: object
oneOf:
- type: array
items:
type: object
- type: string
"412":
description: Invalid request parameters
security:
Expand Down Expand Up @@ -314,10 +338,12 @@ paths:
content:
application/ld+json:
schema:
type: array
description: A model containing the Structured Data.
items:
type: object
oneOf:
- type: array
items:
type: object
- type: string
required: true
responses:
"200":
Expand Down Expand Up @@ -437,10 +463,12 @@ components:
type: string
description: The entity URI.
model:
type: array
description: A model containing the Structured Data.
items:
type: object
oneOf:
- type: array
items:
type: object
- type: string
private:
type: boolean
description: Whether the entity should be hidden from Linked Data and GraphQL.
Expand All @@ -467,10 +495,12 @@ components:
description: "The property to apply the operation, JSONPath formatted (leading\
\ slash) on, e.g. `/https://schema.org/image (note the leading slash)."
value:
type: array
description: A model containing the Structured Data.
items:
type: object
oneOf:
- type: array
items:
type: object
- type: string
AutocompleteResult:
type: object
properties:
Expand Down

0 comments on commit c3edf87

Please sign in to comment.