Update API specs for 2.1 (#699)

* Updating API specs for 2.1

* Updated API and SDK docs
This commit is contained in:
cybermaggedon 2026-03-17 20:36:31 +00:00 committed by GitHub
parent c387670944
commit 664d1d0384
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 4280 additions and 1949 deletions

View file

@ -1,5 +1,6 @@
type: object
description: RDF triple (subject-predicate-object)
description: |
RDF triple (subject-predicate-object), optionally scoped to a named graph.
required:
- s
- p
@ -14,3 +15,7 @@ properties:
o:
$ref: './RdfValue.yaml'
description: Object
g:
type: string
description: Named graph URI (optional)
example: urn:graph:source