Skip to content

Commit

Permalink
removed duplicate lines and minor spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
patmagee authored and jfuerth committed Nov 20, 2019
1 parent f9a12be commit 69b6270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DATA_MODEL.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Here are sample Data Model definitions. For more information, visit [the JSON-Sc

##### Inline Properties

This schema has one property, `age`, defined inline:
This data model has one property, `age`, defined inline:

```json
{
"schema": {
"data_model": {
"properties": {
"age" : {
"description": "age of a subject, in whole years",
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ The specification allows for a no-code implementation as a collection of files s
- ```tables```: served in response to ```GET /tables```
- ```table/{table_name}/info```: served in response to ```GET /table/{table_name}/info```. e.g. a table with the name ```mytable``` should have a corresponding file ```table/mytable/info```
- ```table/{table_name}/data```: served in response to ```GET /table/{table_name}/data```. e.g. a table with the name ```mytable``` should have a corresponding file ```table/mytable/data```
- ```table/{table_name}/data```: served in response to ```GET /table/{table_name}/data```. e.g. a table with the name ```mytable``` should have a corresponding file ```table/mytable/data```
- ```table/{table_name}/data_{pageNumber}```, which will be linked in the next_page_url of the first table (e.g. ```mytable```), or in the next_page_url/prev_page_url of previous or subsequent pages.
- ```table/{table_name}/data_models/{schemaFile}```: Though not required, data models may be linked via [$ref](https://json-schema.org/latest/json-schema-core.html#rfc.section.8.3). Data models can also be stored as static JSON documents, and be referred to by relative or absolute URLs.

Expand Down

0 comments on commit 69b6270

Please sign in to comment.