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 c3edf87 commit d025ac3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions api/middleware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ paths:
content:
application/ld+json:
schema:
title: Model
description: A model containing the Structured Data.
oneOf:
- type: array
Expand All @@ -77,6 +78,7 @@ paths:
- type: string
application/rdf+xml:
schema:
title: Model
description: A model containing the Structured Data.
oneOf:
- type: array
Expand All @@ -85,6 +87,7 @@ paths:
- type: string
text/turtle:
schema:
title: Model
description: A model containing the Structured Data.
oneOf:
- type: array
Expand All @@ -105,6 +108,7 @@ paths:
content:
application/ld+json:
schema:
title: Model
description: A model containing the Structured Data.
oneOf:
- type: array
Expand All @@ -113,6 +117,7 @@ paths:
- type: string
application/rdf+xml:
schema:
title: Model
description: A model containing the Structured Data.
oneOf:
- type: array
Expand All @@ -121,6 +126,7 @@ paths:
- type: string
text/turtle:
schema:
title: Model
description: A model containing the Structured Data.
oneOf:
- type: array
Expand Down Expand Up @@ -162,6 +168,7 @@ paths:
content:
application/ld+json:
schema:
title: Model
description: A model containing the Structured Data.
oneOf:
- type: array
Expand All @@ -170,6 +177,7 @@ paths:
- type: string
application/rdf+xml:
schema:
title: Model
description: A model containing the Structured Data.
oneOf:
- type: array
Expand All @@ -178,6 +186,7 @@ paths:
- type: string
text/turtle:
schema:
title: Model
description: A model containing the Structured Data.
oneOf:
- type: array
Expand Down Expand Up @@ -257,6 +266,7 @@ paths:
content:
application/ld+json:
schema:
title: Model
description: A model containing the Structured Data.
oneOf:
- type: array
Expand All @@ -265,6 +275,7 @@ paths:
- type: string
application/rdf+xml:
schema:
title: Model
description: A model containing the Structured Data.
oneOf:
- type: array
Expand All @@ -273,6 +284,7 @@ paths:
- type: string
text/turtle:
schema:
title: Model
description: A model containing the Structured Data.
oneOf:
- type: array
Expand Down Expand Up @@ -338,6 +350,7 @@ paths:
content:
application/ld+json:
schema:
title: Model
description: A model containing the Structured Data.
oneOf:
- type: array
Expand Down Expand Up @@ -463,6 +476,7 @@ components:
type: string
description: The entity URI.
model:
title: Model
description: A model containing the Structured Data.
oneOf:
- type: array
Expand Down Expand Up @@ -495,6 +509,7 @@ components:
description: "The property to apply the operation, JSONPath formatted (leading\
\ slash) on, e.g. `/https://schema.org/image (note the leading slash)."
value:
title: Model
description: A model containing the Structured Data.
oneOf:
- type: array
Expand Down

0 comments on commit d025ac3

Please sign in to comment.