Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update WaPo to Arc #251

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# ans-schema
JSON schema definition and supporting example/validation code for The Washington Post's ANS specification

*NOTE* This schema is in development and subject to change.
JSON schema definition and supporting example/validation code for Arc XP's ANS specification

# Overview
ANS ("Arc Native Specification") is the collection of schema documents that comprise the Washington Post's definition of "content", in so far as content is passed back and forth between systems in the Arc ecosystem of applications.
ANS ("Arc Native Specification") is the collection of schema documents that comprise Arc XP's definition of "content", in so far as content is passed back and forth between systems in the Arc ecosystem of applications.

## The current production version of ANS is 0.10.8
## The current development version of ANS is 0.10.9
Expand All @@ -18,7 +16,7 @@ One can use a variety of third party tools to validate their content against the


## Examples
A few examples are provided of content documents that validate against the Washington Post ANS schema:
A few examples are provided of content documents that validate against Arc XP's ANS schema:

1. [An Example Story](tests/fixtures/schema/0.10.3/story-fixture-references.json)
2. [An Example Video](tests/fixtures/schema/0.10.3/video-fixture-nationals.json)
Expand Down