-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #68 from jay-hodgson/patch-1
Update SubmitObservationUiSchema.json
- Loading branch information
Showing
1 changed file
with
24 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,31 @@ | ||
{ | ||
"observations": { | ||
"items": { | ||
"resourceName": { | ||
"ui:placeholder": "Enter the name of the resource" | ||
}, | ||
"observationType": { | ||
"ui:widget": "select", | ||
"ui:placeholder": "Select an observation type" | ||
}, | ||
"details": { | ||
"ui:widget": "textarea", | ||
"ui:placeholder": "Enter details of the observation", | ||
"ui:options": { | ||
"rows": 5 | ||
"submitObservation": { | ||
"observations": { | ||
"items": { | ||
"resourceName": { | ||
"ui:placeholder": "Enter the name of the resource" | ||
}, | ||
"observationType": { | ||
"ui:widget": "select", | ||
"ui:placeholder": "Select an observation type" | ||
}, | ||
"details": { | ||
"ui:widget": "textarea", | ||
"ui:placeholder": "Enter details of the observation", | ||
"ui:options": { | ||
"rows": 5 | ||
} | ||
}, | ||
"referencePublication": { | ||
"ui:placeholder": "Enter publication DOI" | ||
}, | ||
"fileUpload": { | ||
"ui:widget": "file" | ||
} | ||
}, | ||
"referencePublication": { | ||
"ui:placeholder": "Enter publication DOI" | ||
}, | ||
"fileUpload": { | ||
"ui:widget": "file" | ||
"ui:options": { | ||
"addButtonText": "Add Observation" | ||
} | ||
}, | ||
"ui:options": { | ||
"addButtonText": "Add Observation" | ||
} | ||
} | ||
} |