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

Move namespaces to profiles #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ Refract is a recursive data structure for expressing complex structures, relatio

## Documents

- [Full Specification](refract-spec.md)
- [Data Structure Namespace](namespaces/data-structure-namespace.md)
- [API Description Namespace](namespaces/api-description-namespace.md)
- [Parse Result Namespace](namespaces/parse-result-namespace.md)
- [Refract Specification](refract-spec.md)

## Version

Expand All @@ -20,6 +17,10 @@ Refract is a recursive data structure for expressing complex structures, relatio
- [JSON Refract](formats/json-refract.md)
- [JSON Compact Refract](formats/json-compact-refract.md)

## Refract Profiles

- [API Elements](https://apielements.org) - Web API Description Profile.

## Libraries

- [Minim (JavaScript)](https://github.com/smizell/minim)
Expand Down
3 changes: 0 additions & 3 deletions namespaces/api-description-namespace.md

This file was deleted.

3 changes: 0 additions & 3 deletions namespaces/data-structure-namespace.md

This file was deleted.

3 changes: 0 additions & 3 deletions namespaces/parse-result-namespace.md

This file was deleted.