mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-12 23:02:12 +02:00
Fix recursive reference
This commit is contained in:
parent
f6e588d408
commit
63aecbbbae
2 changed files with 14 additions and 8 deletions
|
|
@ -31,14 +31,17 @@ properties:
|
||||||
example: en
|
example: en
|
||||||
r:
|
r:
|
||||||
type: object
|
type: object
|
||||||
description: Quoted triple (when t=r) - contains s, p, o Term fields
|
description: Quoted triple (when t=r) - contains s, p, o as nested Term objects with the same structure
|
||||||
properties:
|
properties:
|
||||||
s:
|
s:
|
||||||
$ref: '#'
|
type: object
|
||||||
|
description: Subject term
|
||||||
p:
|
p:
|
||||||
$ref: '#'
|
type: object
|
||||||
|
description: Predicate term
|
||||||
o:
|
o:
|
||||||
$ref: '#'
|
type: object
|
||||||
|
description: Object term
|
||||||
required:
|
required:
|
||||||
- t
|
- t
|
||||||
examples:
|
examples:
|
||||||
|
|
|
||||||
|
|
@ -31,14 +31,17 @@ properties:
|
||||||
example: en
|
example: en
|
||||||
r:
|
r:
|
||||||
type: object
|
type: object
|
||||||
description: Quoted triple (when t=r) - contains s, p, o Term fields
|
description: Quoted triple (when t=r) - contains s, p, o as nested Term objects with the same structure
|
||||||
properties:
|
properties:
|
||||||
s:
|
s:
|
||||||
$ref: '#'
|
type: object
|
||||||
|
description: Subject term
|
||||||
p:
|
p:
|
||||||
$ref: '#'
|
type: object
|
||||||
|
description: Predicate term
|
||||||
o:
|
o:
|
||||||
$ref: '#'
|
type: object
|
||||||
|
description: Object term
|
||||||
required:
|
required:
|
||||||
- t
|
- t
|
||||||
examples:
|
examples:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue