AnswerworthyStandard 0.1Get a Plan

0.1.0-draft.1 · JSON Schema Draft 2020-12

Immutable, versioned contracts for implementations and agents.

Every bundle names the exact standard version and schema URI used to produce it. Published versioned schemas are not edited in place.

01

Answerworthy Manifest

Normalized parser output for identity, facts, answers, entities, provenance, corrections, limits and freshness policy.

https://answerworthy.md/standard/0.1/schema/answerworthy-manifest.schema.json
Open JSON

02

Answerworthy Bundle

Canonical subject, run, provider states, evidence, findings, scores, actions, projections and limitations.

https://answerworthy.md/standard/0.1/schema/answerworthy-bundle.schema.json
Open JSON

03

Conformance record

Claimed profiles, per-profile results, individual tests, limitations and certification state.

https://answerworthy.md/standard/0.1/schema/answerworthy-conformance.schema.json
Open JSON

Extension rule

Extend without redefining the standard.

Custom data belongs under a collision-resistant namespace. A bundle remains useful when an unknown extension is ignored.

Namespaced extension
{
  "extensions": {
    "com.example.custom-signal": {
      "version": "1.0",
      "value": 42
    }
  }
}

Implementation rule

Schema-valid is necessary. Semantic conformance is separate.

Reference resolution, epistemic integrity, provider truthfulness, score sufficiency, dependency cycles and projection parity require semantic tests beyond JSON structure.

Read conformance rules