Skip to content

Commit

Permalink
add rdf exampl
Browse files Browse the repository at this point in the history
  • Loading branch information
antony.wilson committed Jul 29, 2024
1 parent 3e2d0ca commit 1e4cb66
Show file tree
Hide file tree
Showing 3 changed files with 519 additions and 27 deletions.
8 changes: 4 additions & 4 deletions mod_api/static/mod_api/openAPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ components:
$ref: "#/components/schemas/html"
text/turtle:
schema:
$ref: "./sa_ttl.yaml"
$ref: "./sa_ttl.yaml"
application/ld+json:
schema:
allOf:
Expand All @@ -122,7 +122,7 @@ components:
- $ref: "#/components/schemas/modSemanticArtefact"
application/rdf+xml:
schema:
type: string
$ref: "./sa_rdf_xml.yaml"

artefacts:
description: "OK"
Expand All @@ -134,7 +134,7 @@ components:
schema:
type: array
items:
type: string
$ref: "./sa_ttl.yaml"
application/ld+json:
schema:
allOf:
Expand All @@ -155,7 +155,7 @@ components:
schema:
type: array
items:
type: string
$ref: "./sa_rdf_xml.yaml"

catalog:
description: "OK"
Expand Down
Loading

0 comments on commit 1e4cb66

Please sign in to comment.