Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
> |---|---|
> | 🌐 Website & docs | **https://xarf.org** |
> | 📖 Specification | **https://github.com/xarf/xarf-spec** |
> | 🧩 Schemas (stable URLs) | **https://xarf.org/schemas/** |
> | 🧩 v4 Schemas | **https://xarf.org/schemas/v4/** |
> | 💻 Libraries | https://github.com/xarf (Python, JavaScript/TS, Perl, Go, Java, C#) |
>
> **New integrations:** use XARF v4 — start at https://xarf.org and https://github.com/xarf/xarf-spec.
Expand All @@ -20,14 +20,12 @@

## Already consuming the XARF v3 schema?

The v3 schema is **preserved** and will keep resolving, but you should **repoint your references** to the stable, domain-based URLs so you are not depending on this archived repository:
**Nothing breaks.** The v3 schema remains available at its existing locations:

| If you currently fetch… | Switch to… |
|---|---|
| `https://github.com/abusix/xarf/releases/download/.../xarf_bundled.schema.json` | `https://xarf.org/schemas/v3/xarf-v3-legacy.json` |
| `https://raw.githubusercontent.com/xarf/schema-discussion/master/xarf.schema.json` (the legacy `$id`) | `https://xarf.org/schemas/v3/xarf-v3-legacy.json` |
- This repository's **release assets** (e.g. `xarf_bundled.schema.json`) continue to resolve.
- The legacy `$id` URL (`https://raw.githubusercontent.com/xarf/schema-discussion/master/xarf.schema.json`) continues to resolve.

The existing release assets and URLs will remain available for the foreseeable future, but **no new v3 releases will be published** and the repository is read-only (archived).
However, **no new v3 releases will be published** and this repository is now read-only (archived). The long-term canonical home for all XARF schemas is **[xarf.org](https://xarf.org)**; new integrations should adopt **XARF v4** via the [spec repo](https://github.com/xarf/xarf-spec).

---

Expand Down
Loading