|
8 | 8 | # Overview |
9 | 9 |
|
10 | 10 | The NLP Sandbox Data Node is a repository of data used to benchmark NLP |
11 | | - Tools. |
| 11 | + Tools like the NLP Sandbox Date Annotator and Person Name Annotator. |
12 | 12 |
|
13 | 13 | The resources that can be stored in this Data Node and the operations |
14 | 14 | supported are listed below: |
|
23 | 23 | name: Apache 2.0 |
24 | 24 | url: https://github.com/nlpsandbox/nlpsandbox-schemas/blob/develop/LICENSE |
25 | 25 | title: NLP Sandbox Data Node API |
26 | | - version: 1.0.0 |
| 26 | + version: 1.0.1 |
27 | 27 | x-logo: |
28 | 28 | url: https://nlpsandbox.github.io/nlpsandbox-schemas/logo.png |
29 | 29 | servers: |
@@ -1403,6 +1403,12 @@ components: |
1403 | 1403 | - $ref: '#/components/schemas/ResponsePageMetadata' |
1404 | 1404 | - $ref: '#/components/schemas/PageOfDatasets_allOf' |
1405 | 1405 | description: A page of datasets |
| 1406 | + # required: |
| 1407 | + # - datasets |
| 1408 | + # - limit |
| 1409 | + # - links |
| 1410 | + # - offset |
| 1411 | + # - totalResults |
1406 | 1412 | type: object |
1407 | 1413 | Error: |
1408 | 1414 | description: Problem details (tools.ietf.org/html/rfc7807) |
@@ -1473,6 +1479,12 @@ components: |
1473 | 1479 | - $ref: '#/components/schemas/ResponsePageMetadata' |
1474 | 1480 | - $ref: '#/components/schemas/PageOfAnnotationStores_allOf' |
1475 | 1481 | description: A page of annotation stores |
| 1482 | + # required: |
| 1483 | + # - annotationStores |
| 1484 | + # - limit |
| 1485 | + # - links |
| 1486 | + # - offset |
| 1487 | + # - totalResults |
1476 | 1488 | type: object |
1477 | 1489 | AnnotationStoreId: |
1478 | 1490 | description: The ID of the annotation store |
@@ -1549,6 +1561,7 @@ components: |
1549 | 1561 | minimum: 0 |
1550 | 1562 | type: number |
1551 | 1563 | required: |
| 1564 | + - confidence |
1552 | 1565 | - length |
1553 | 1566 | - start |
1554 | 1567 | - text |
@@ -1657,6 +1670,12 @@ components: |
1657 | 1670 | - $ref: '#/components/schemas/ResponsePageMetadata' |
1658 | 1671 | - $ref: '#/components/schemas/PageOfAnnotations_allOf' |
1659 | 1672 | description: A page of annotations |
| 1673 | + # required: |
| 1674 | + # - annotations |
| 1675 | + # - limit |
| 1676 | + # - links |
| 1677 | + # - offset |
| 1678 | + # - totalResults |
1660 | 1679 | type: object |
1661 | 1680 | AnnotationId: |
1662 | 1681 | description: The ID of the annotation |
@@ -1766,6 +1785,12 @@ components: |
1766 | 1785 | - $ref: '#/components/schemas/ResponsePageMetadata' |
1767 | 1786 | - $ref: '#/components/schemas/PageOfFhirStores_allOf' |
1768 | 1787 | description: A page of FHIR stores |
| 1788 | + # required: |
| 1789 | + # - fhirStores |
| 1790 | + # - limit |
| 1791 | + # - links |
| 1792 | + # - offset |
| 1793 | + # - totalResults |
1769 | 1794 | type: object |
1770 | 1795 | FhirStoreCreateRequest: |
1771 | 1796 | description: An empty object |
@@ -1819,6 +1844,12 @@ components: |
1819 | 1844 | - $ref: '#/components/schemas/ResponsePageMetadata' |
1820 | 1845 | - $ref: '#/components/schemas/PageOfPatients_allOf' |
1821 | 1846 | description: A page of FHIR patients |
| 1847 | + # required: |
| 1848 | + # - limit |
| 1849 | + # - links |
| 1850 | + # - offset |
| 1851 | + # - patients |
| 1852 | + # - totalResults |
1822 | 1853 | type: object |
1823 | 1854 | PatientCreateRequest: |
1824 | 1855 | description: A FHIR patient |
@@ -1898,6 +1929,12 @@ components: |
1898 | 1929 | - $ref: '#/components/schemas/ResponsePageMetadata' |
1899 | 1930 | - $ref: '#/components/schemas/PageOfNotes_allOf' |
1900 | 1931 | description: A page of notes |
| 1932 | + # required: |
| 1933 | + # - limit |
| 1934 | + # - links |
| 1935 | + # - notes |
| 1936 | + # - offset |
| 1937 | + # - totalResults |
1901 | 1938 | type: object |
1902 | 1939 | NoteCreateRequest: |
1903 | 1940 | description: A clinical note |
|
0 commit comments