Civic Interconnect Schemas¶
| Schema | Description |
|---|---|
| cep.entity.schema.json | Entity records |
| cep.entity.identifier-scheme.schema.json | Identifier scheme metadata |
| cep.relationship.schema.json | Relationship records |
| cep.exchange.schema.json | Exchange records |
| cep.record-envelope.schema.json | Core envelope shared by all record families |
| cep.vocabulary.schema.json | Vocabulary definition meta-schema |
| cep.ctag.schema.json | Per-post tagging model |
| README.md | Schema overview and documentation |
Schema and Vocabulary Versions¶
Schemas are expected to change less often than vocabularies and the versioning is handled differently.
- Schema URIs are found from the file names
schemas/core/cep.entity.schema.json, etc. - Schemas are unversioned at the path, and the
schemaVersionfield provides the version. - Vocabulary URIs are found in
vocabulary/<name>.v1.0.0.json#<code>.