Skip to content

Commit

Permalink
update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
BrapiCoordinatorSelby committed Dec 5, 2018
1 parent 6938c13 commit 0d77054
Show file tree
Hide file tree
Showing 9 changed files with 195 additions and 453 deletions.
16 changes: 8 additions & 8 deletions Specification/GermplasmAttributes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ List available attributes.
"methodDbId": "m1",
"methodName": "Tape Measure",
"name": "Tape Measure",
"ontologyRefernce": {
"ontologyReference": {
"documentationLinks": [
{
"URL": "https://ontology.org/m1",
Expand All @@ -147,7 +147,7 @@ List available attributes.
"name": "Rht-B1b",
"ontologyDbId": "MO_123",
"ontologyName": "Ontology.org",
"ontologyRefernce": {
"ontologyReference": {
"documentationLinks": [
{
"URL": "https://ontology.org",
Expand All @@ -163,7 +163,7 @@ List available attributes.
"dataType": "Numerical",
"decimalPlaces": 1,
"name": "Centimeter",
"ontologyRefernce": {
"ontologyReference": {
"documentationLinks": [
{
"URL": "https://ontology.org/s1",
Expand Down Expand Up @@ -196,7 +196,7 @@ List available attributes.
"entity": "entity",
"mainAbbreviation": "H",
"name": "Plant Height",
"ontologyRefernce": {
"ontologyReference": {
"documentationLinks": [
{
"URL": "https://ontology.org/t1",
Expand Down Expand Up @@ -239,7 +239,7 @@ List available attributes.
"methodDbId": "m3",
"methodName": "Standard Color Palette",
"name": "Standard Color Palette",
"ontologyRefernce": {
"ontologyReference": {
"documentationLinks": [
{
"URL": "https://ontology.org/m3",
Expand All @@ -256,7 +256,7 @@ List available attributes.
"name": "Weevil Resistance",
"ontologyDbId": "MO_123",
"ontologyName": "Ontology.org",
"ontologyRefernce": {
"ontologyReference": {
"documentationLinks": [
{
"URL": "https://ontology.org",
Expand All @@ -272,7 +272,7 @@ List available attributes.
"dataType": "Nominal",
"decimalPlaces": 0,
"name": "Color",
"ontologyRefernce": {
"ontologyReference": {
"documentationLinks": [
{
"URL": "https://ontology.org/s3",
Expand Down Expand Up @@ -311,7 +311,7 @@ List available attributes.
"entity": "entity",
"mainAbbreviation": "LC",
"name": "Leaf Color",
"ontologyRefernce": {
"ontologyReference": {
"documentationLinks": [
{
"URL": "https://ontology.org/t3",
Expand Down
4 changes: 2 additions & 2 deletions Specification/Images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Implementation Notes
"brapi",
"logo"
],
"imageDbId": "60ff3c3b-986b-4c57-8650-5968f66ced28",
"imageDbId": "ce15937e-093e-4624-8950-00dab3172e4c",
"imageFileName": "brapi-logo.svg",
"imageFileSize": 3676,
"imageHeight": 56,
Expand Down Expand Up @@ -780,7 +780,7 @@ Implementation Notes
"brapi",
"logo"
],
"imageDbId": "60ff3c3b-986b-4c57-8650-5968f66ced28",
"imageDbId": "ce15937e-093e-4624-8950-00dab3172e4c",
"imageFileName": "brapi-logo.svg",
"imageFileSize": 3676,
"imageHeight": 56,
Expand Down
10 changes: 5 additions & 5 deletions Specification/Lists/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ Create a new list
"data": [
"string"
],
"dateCreated": "2018-12-04T17:21:06-05:00",
"dateModified": "2018-12-04T17:21:06-05:00",
"dateCreated": "2018-12-05T14:36:04-05:00",
"dateModified": "2018-12-05T14:36:04-05:00",
"description": "string",
"listDbId": "cb685990-675c-4700-a78d-eabe908185db",
"listDbId": "d93d6bb6-dfc3-4d15-8d2e-654c618ce12e",
"listName": "string",
"listOwnerName": "string",
"listOwnerPersonDbId": "string",
Expand Down Expand Up @@ -297,7 +297,7 @@ Update an existing generic list
"string"
],
"dateCreated": "2011-06-14T22:12:51-04:00",
"dateModified": "2018-12-04T17:21:06-05:00",
"dateModified": "2018-12-05T14:36:04-05:00",
"description": "string",
"listDbId": "list1",
"listName": "string",
Expand Down Expand Up @@ -375,7 +375,7 @@ Add new data to a specific generic lists
"3"
],
"dateCreated": "2011-06-14T22:12:51-04:00",
"dateModified": "2018-12-04T17:21:06-05:00",
"dateModified": "2018-12-05T14:36:04-05:00",
"description": "string",
"listDbId": "list1",
"listName": "string",
Expand Down
8 changes: 4 additions & 4 deletions Specification/MarkerProfiles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ The format of the tsv response can be found on GitHub (https://github.com/plantb
"metadata": {
"asynchStatus": {
"asynchId": "",
"endTime": "2018-12-04",
"endTime": "2018-12-05",
"percentComplete": 100,
"startTime": "2018-12-04",
"startTime": "2018-12-05",
"status": "FINISHED"
},
"datafiles": [],
Expand Down Expand Up @@ -353,9 +353,9 @@ This method may support asynchronous processing.
"metadata": {
"asynchStatus": {
"asynchId": "",
"endTime": "2018-12-04",
"endTime": "2018-12-05",
"percentComplete": 100,
"startTime": "2018-12-04",
"startTime": "2018-12-05",
"status": "FINISHED"
},
"datafiles": [],
Expand Down
Loading

0 comments on commit 0d77054

Please sign in to comment.