Skip to content

Commit e0073a0

Browse files
authored
Update schema references to local paths
Signed-off-by: Nawder Loswin <umaywant2@duck.com>
1 parent 410bcbe commit e0073a0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/schemas/rttcode.v1.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://triadicframeworks.org/schemas/rttcode.v1.json",
3+
"$id": "/docs/schemas/rttcode.v1.json",
44
"title": "RTTcode Packet (v1)",
55
"description": "Master RTTcode packet schema composed of tick, entities, environment, and intent blocks.",
66
"type": "object",
@@ -22,24 +22,24 @@
2222
},
2323

2424
"tick": {
25-
"$ref": "https://triadicframeworks.org/schemas/tick.v1.json"
25+
"$ref": "/docs/schemas/tick.v1.json"
2626
},
2727

2828
"entities": {
2929
"type": "array",
3030
"items": {
31-
"$ref": "https://triadicframeworks.org/schemas/entity.v1.json"
31+
"$ref": "/docs/schemas/entity.v1.json"
3232
},
3333
"minItems": 1,
3434
"description": "List of entities participating in the RTT micro‑regime."
3535
},
3636

3737
"environment": {
38-
"$ref": "https://triadicframeworks.org/schemas/environment.v1.json"
38+
"$ref": "/docs/schemas/environment.v1.json"
3939
},
4040

4141
"intent": {
42-
"$ref": "https://triadicframeworks.org/schemas/intent.v1.json"
42+
"$ref": "/docs/schemas/intent.v1.json"
4343
}
4444
}
4545
}

0 commit comments

Comments
 (0)