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: docs/schema/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@
10
10
11
11
*[Contact](./contact.md"How to contact over human channels") – `https://hai.ai/schemas/contact/v1/contact-schema.json`
12
12
13
+
*[Evaluation](./program.md"A signed, immutable message evaluation an agent's performance on a task") – `https://hai.ai/schemas/program/v1/eval.program.json`
14
+
13
15
*[Evaluation](./eval.md"A signed, immutable message evaluation an agent's performance on a task") – `https://hai.ai/schemas/eval/v1/eval.schema.json`
14
16
15
17
*[File](./files.md"General data about unstructured content not in JACS") – `https://hai.ai/schemas/components/files/v1/files.schema.json`
@@ -18,6 +20,8 @@
18
20
19
21
*[Message](./message.md"A signed, immutable message about a task") – `https://hai.ai/schemas/message/v1/message.schema.json`
20
22
23
+
*[Node](./node.md"A a node in a finite state machine") – `https://hai.ai/schemas/node/v1/node.schema.json`
24
+
21
25
*[Service](./service.md"Services that an Agent claims to provide") – `https://hai.ai/schemas/service/v1/service-schema.json`
22
26
23
27
*[Signature](./signature.md"Cryptographic signature to be embedded in other documents") – `https://hai.ai/schemas/components/signature/v1/signature.schema.json`
@@ -56,6 +60,8 @@
56
60
57
61
*[Untitled array in Agent](./agent-allof-1-jacscontacts.md"Contact information for the agent") – `https://hai.ai/schemas/agent/v1/agent.schema.json#/allOf/1/jacsContacts`
58
62
63
+
*[Untitled array in Evaluation](./program-allof-1-properties-nodes.md"list of evaluation units, informatio labels") – `https://hai.ai/schemas/program/v1/eval.program.json#/allOf/1/properties/nodes`
64
+
59
65
*[Untitled array in Evaluation](./eval-properties-quantifications.md"list of evaluation units, informatio labels") – `https://hai.ai/schemas/eval/v1/eval.schema.json#/properties/quantifications`
60
66
61
67
*[Untitled array in Header](./header-properties-jacsfiles.md"A set of files included with the jacs document") – `https://hai.ai/schemas/header/v1/header.schema.json#/properties/jacsFiles`
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none |[node.schema.json\*](../../schemas/node/v1/node.schema.json"open original schema")|
12
+
13
+
## datetime Type
14
+
15
+
`string`
16
+
17
+
## datetime Constraints
18
+
19
+
**date time**: the string must be a date time string, according to [RFC 3339, section 5.6](https://tools.ietf.org/html/rfc3339"check the specification")
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none |[node.schema.json\*](../../schemas/node/v1/node.schema.json"open original schema")|
12
+
13
+
## evaluatingAgent Type
14
+
15
+
`string`
16
+
17
+
## evaluatingAgent Constraints
18
+
19
+
**UUID**: the string must be a UUID, according to [RFC 4122](https://tools.ietf.org/html/rfc4122"check the specification")
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none |[node.schema.json\*](../../schemas/node/v1/node.schema.json"open original schema")|
12
+
13
+
## id Type
14
+
15
+
`string`
16
+
17
+
## id Constraints
18
+
19
+
**UUID**: the string must be a UUID, according to [RFC 4122](https://tools.ietf.org/html/rfc4122"check the specification")
0 commit comments