You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Welcome to JACS (JSON Agent Communication Standard), a verifiable document forma
4
4
5
5
JACS documents enable more trusted data sharing between AI agents and Human UIs.
6
6
7
-
** NOTE: Current version 0.3.0*ALPHA* .
7
+
** NOTE: Current version 0.3.2*ALPHA* .
8
8
9
9
JACS is a JSON document format for creating secure, verifiable documents that AI agents, ML pipelines, SaaS services, and UIs can exchange and process. The goal of JACS is to ensure that these documents remain unchanged (immutable), produce the same verification result every time (idempotent), and can be used flexibly by software.
10
10
@@ -14,6 +14,8 @@ JACS also provides standardization for agreement between agents. While each docu
14
14
15
15
Use JACS as is, embed in other projects or libraries, commercial or otherwise.
16
16
17
+
Please note that the [license][./LICENSE] is *modified* Apache 2.0, with the [Common Clause](https://commonsclause.com/) preamble. In simple terms, unless you are competing with HAI.AI, you can create commercial products with JACS.
18
+
17
19
## Basic use cases
18
20
19
21
1. version json documents and test against a schema
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none |[jacs.config.schema.json\*](../../schemas/jacs.config.schema.json"open original schema")|
12
+
13
+
## jacs\_default\_storage Type
14
+
15
+
`string`
16
+
17
+
## jacs\_default\_storage Constraints
18
+
19
+
**enum**: the value of this property must be equal to one of the following values:
0 commit comments