mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-12 06:42:11 +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
|
||||
r:
|
||||
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:
|
||||
s:
|
||||
$ref: '#'
|
||||
type: object
|
||||
description: Subject term
|
||||
p:
|
||||
$ref: '#'
|
||||
type: object
|
||||
description: Predicate term
|
||||
o:
|
||||
$ref: '#'
|
||||
type: object
|
||||
description: Object term
|
||||
required:
|
||||
- t
|
||||
examples:
|
||||
|
|
|
|||
|
|
@ -31,14 +31,17 @@ properties:
|
|||
example: en
|
||||
r:
|
||||
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:
|
||||
s:
|
||||
$ref: '#'
|
||||
type: object
|
||||
description: Subject term
|
||||
p:
|
||||
$ref: '#'
|
||||
type: object
|
||||
description: Predicate term
|
||||
o:
|
||||
$ref: '#'
|
||||
type: object
|
||||
description: Object term
|
||||
required:
|
||||
- t
|
||||
examples:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue