diff --git a/NF-Tools-Schemas/SubmitObservationUiSchema.json b/NF-Tools-Schemas/SubmitObservationUiSchema.json index ce15063a..f48d5a1a 100644 --- a/NF-Tools-Schemas/SubmitObservationUiSchema.json +++ b/NF-Tools-Schemas/SubmitObservationUiSchema.json @@ -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" } } }