Fix recursive reference

This commit is contained in:
Cyber MacGeddon 2026-03-17 13:43:19 +00:00
parent f6e588d408
commit 63aecbbbae
2 changed files with 14 additions and 8 deletions

View file

@ -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:

View file

@ -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: