{"$schema":"http://json-schema.org/draft-07/schema#","definitions":{"PersonSchemaInput":{"properties":{"address":{"title":"address","type":"string"},"emails":{"title":"emails","type":"array","items":{"title":"emails","type":"string"}},"familyName":{"title":"family_name","type":"string"},"givenName":{"title":"given_name","type":"string"},"identifiers":{"title":"identifiers","type":"array","items":{"type":"object","$ref":"#/definitions/IdentifierSchemaInput"}},"phones":{"title":"phones","type":"array","items":{"title":"phones","type":"string"}},"qualifications":{"title":"qualifications","type":"string"}},"type":"object","required":["identifiers"],"additionalProperties":false},"IdentifierSchemaInput":{"properties":{"scheme":{"title":"scheme","type":"string","enum":["uuid","doi","orcid","pic"],"enumNames":[]},"value":{"title":"value","type":"string","minLength":1}},"type":"object","required":["scheme","value"],"additionalProperties":false},"ExperimentCollaborator":{"properties":{"role":{"title":"role","type":"string"},"user":{"type":"object","$ref":"#/definitions/ExperimentUserUUID"},"userId":{"title":"user_id","type":"string"}},"type":"object","required":["role","userId"],"additionalProperties":false},"ExperimentUserUUID":{"properties":{"email":{"title":"email","type":"string"},"id":{"title":"id","type":"string"},"name":{"title":"name","type":"string"},"surname":{"title":"surname","type":"string"},"uuid":{"title":"uuid","type":"string"}},"type":"object","required":["email","id","name","surname","uuid"],"additionalProperties":false},"IdentifierSchema":{"properties":{"scheme":{"title":"scheme","type":"string","enum":["uuid","doi","orcid","pic"],"enumNames":[]},"value":{"title":"value","type":"string","minLength":1}},"type":"object","required":["scheme","value"],"additionalProperties":false},"OrganizationExpInput":{"properties":{"address":{"title":"address","type":["string","null"]},"emails":{"title":"emails","type":["array","null"],"items":{"title":"emails","type":"string"}},"isCreator":{"title":"is_creator","type":"boolean","default":false},"isFunding":{"title":"is_funding","type":"boolean","default":false},"legalName":{"title":"legal_name","type":"string"},"leiCode":{"title":"lei_code","type":"string"},"logoUrl":{"title":"logo","type":["string","null"]},"telephone":{"title":"phones","type":"array","items":{"title":"phones","type":"string"}},"ror":{"title":"ror","type":"string"},"url":{"title":"url","type":["string","null"]}},"type":"object","required":["legalName"],"additionalProperties":false},"ProjectSchemaExpInput":{"properties":{"awardNumber":{"title":"award_number","type":"string","minLength":1,"maxLength":255},"description":{"title":"description","type":"string","minLength":1,"maxLength":255},"funderIdentifier":{"title":"funder_identifier","type":"string"},"funderIdentifierType":{"title":"funder_identifier_type","type":"string","enum":["Crossref Funder ID","GRID","ISNI","ROR","Other"],"enumNames":[]},"funderName":{"title":"funder_name","type":"string","minLength":1,"maxLength":255},"identifier":{"title":"identifier","type":"string","minLength":1,"maxLength":80},"isFunding":{"title":"is_funding","type":"boolean","default":false},"title":{"title":"title","type":"string","minLength":1,"maxLength":255},"website":{"title":"website","type":"string"}},"type":"object","additionalProperties":false},"RelatedResourceSchemaInput":{"properties":{"identifier":{"title":"identifier","type":"string"},"relatedIdentifierType":{"title":"identifier_type","type":"string"},"relationType":{"title":"relation_type","type":"string"},"resourceTypeGeneral":{"title":"resource_type_general","type":["string","null"]}},"type":"object","required":["identifier","relatedIdentifierType","relationType"],"additionalProperties":false},"ResourceAssociationSchemaInput":{"properties":{"description":{"title":"description","type":["string","null"]},"relationType":{"title":"relation_type","type":"string","enum":["IsNewVersionOf","IsPreviousVersionOf","IsVariantFormOf","IsOriginalFormOf","IsIdenticalTo","IsCitedBy","Cites","IsSupplementTo","IsSupplementedBy","IsDescribedBy","Describes","IsReviewedBy","Reviews","IsPartOf","HasPart","IsPublishedIn","IsDerivedFrom","SourceOf","IsDocumentedBy","Documents","IsCompiledBy","Compiles","IsRequiredBy","Requires","IsMetadataFor","HasMetadata","IsObsoletedBy","Obsoletes","IsCollectedBy","Collects"],"enumNames":[]},"resourceTypeGeneral":{"title":"resource_type_general","type":["string","null"],"enum":["Audiovisual","Award","Book","BookChapter","Collection","ComputationalNotebook","ConferencePaper","ConferenceProceeding","DataPaper","Dataset","Dissertation","Event","Image","Instrument","InteractiveResource","Journal","JournalArticle","Model","OutputManagementPlan","PeerReview","PhysicalObject","Preprint","Project","Report","Service","Software","Sound","Standard","StudyRegistration","Text","Workflow","Other"],"enumNames":[]},"type":{"title":"type","type":"string","enum":["ARK","arXiv","bibcode","CSTR","DOI","EAN13","EISSN","Handle","IGSN","ISBN","ISSN","ISTC","LISSN","LSID","PMID","PURL","RRID","UPC","URL","URN","w3id"],"enumNames":[]},"value":{"title":"value","type":"string"}},"type":"object","required":["relationType","type","value"],"additionalProperties":false},"ExperimentVersionSchemaWithChildrenNoExperimentIDInput":{"properties":{"datasets":{"title":"datasets","type":"array","items":{"type":"object","$ref":"#/definitions/DatasetSchemaInput"}},"embargoDate":{"title":"embargo_date","type":["string","null"],"format":"date"},"identifiers":{"title":"identifiers","type":"array","items":{"type":"object","$ref":"#/definitions/IdentifierSchemaInput"}},"isPublic":{"title":"is_public","type":"boolean"},"license":{"title":"license_id","type":["string","null"],"enum":["cc0-1.0","mit","apache-2.0","cc-by-4.0","gpl-3","cc-by-sa-4.0","cc-by-nc-nd-4.0"],"enumNames":[]},"openAccess":{"title":"open_access","type":"boolean"},"requestDOI":{"title":"request_DOI","type":"boolean","default":false},"simulations":{"title":"simulations","type":"array","items":{"type":"object","$ref":"#/definitions/SimulationSchemaInput"}},"version":{"title":"version","type":["string","null"]},"workflows":{"title":"workflows","type":["array","null"],"items":{"type":"object","$ref":"#/definitions/WorkflowSchemaInput"}},"workflowDescriptions":{"title":"workflows_descriptions","type":"array","items":{"type":"object","$ref":"#/definitions/WorkflowDescriptionSchemaInput"}}},"type":"object","additionalProperties":false},"DatasetSchemaInput":{"properties":{"URL":{"title":"URL","type":["string","null"],"default":null},"authors":{"title":"authors","type":"array","items":{"type":"object","$ref":"#/definitions/PersonSchemaInput"}},"type":{"title":"dataset_type","type":"string","enum":["input","output","product","input_parameter"],"enumNames":[]},"description":{"title":"description","type":"string","minLength":1,"maxLength":255},"encoding":{"title":"encoding","type":["string","null"],"default":null},"fileFormat":{"title":"file_format","type":["string","null"],"default":null},"license":{"title":"license_id","type":["string","null"],"default":null,"enum":["cc0-1.0","mit","apache-2.0","cc-by-4.0","gpl-3","cc-by-sa-4.0","cc-by-nc-nd-4.0"],"enumNames":[]},"name":{"title":"name","type":"string","minLength":1,"maxLength":80},"organizations":{"title":"organizations","type":"array","default":[],"items":{"type":"object","$ref":"#/definitions/OrganizationInput"}},"parameters":{"title":"parameters","type":["array","null"],"default":[],"items":{"type":"object","$ref":"#/definitions/ParameterSchemaInput"}},"path":{"title":"path","type":"string","minLength":1,"maxLength":255},"projects":{"title":"projects","type":"array","default":[],"items":{"type":"object","$ref":"#/definitions/ProjectSchemaExpInput"}},"relatedPublications":{"title":"related_publications","type":"array","default":[],"items":{"title":"related_publications","type":"string"}},"relationship":{"title":"relation","type":"array","default":[],"items":{"type":"object","$ref":"#/definitions/DatasetRelationSchema"}},"shared":{"title":"shared","type":"boolean","default":false},"spatialCoverage":{"type":"object","$ref":"#/definitions/LocationInput"},"temporalCoverage":{"type":"object","$ref":"#/definitions/TemporalCoverageSchema"}},"type":"object","required":["type","name","path"],"additionalProperties":false},"OrganizationInput":{"properties":{"address":{"title":"address","type":["string","null"]},"emails":{"title":"emails","type":["array","null"],"items":{"title":"emails","type":"string"}},"legalName":{"title":"legal_name","type":"string"},"leiCode":{"title":"lei_code","type":"string"},"logoUrl":{"title":"logo","type":["string","null"]},"telephone":{"title":"phones","type":"array","items":{"title":"phones","type":"string"}},"ror":{"title":"ror","type":"string"},"url":{"title":"url","type":["string","null"]}},"type":"object","required":["legalName"],"additionalProperties":false},"ParameterSchemaInput":{"properties":{"name":{"title":"name","type":"string","enum":["Temperature at 2m","Precipitation","Wind Speed at 10m","Atmospheric Pressure","Humidity","Luminous Intensity","Illuminance","Magnetic Flux Density","Electric Current","Energy"],"enumNames":[]},"unit":{"title":"unit","type":"string","enum":["meter","second","kilogram","kelvin","mole","ampere","candela","radian","steradian","hertz","newton","pascal","joule","watt","coulomb","volt","farad","ohm","siemens","weber","tesla","henry","degree celsius","lumen","lux","becquerel","meter per second","mole per mole","gray","sievert","katal"],"enumNames":[]},"value":{"title":"value","type":"string"}},"type":"object","required":["name","unit","value"],"additionalProperties":false},"DatasetRelationSchema":{"properties":{"target":{"title":"target","type":"array","items":{"title":"target","type":"string"}},"type":{"title":"type","type":"string","enum":["aggregated","derived","converted","link","transformed"],"enumNames":[]}},"type":"object","required":["target","type"],"additionalProperties":false},"LocationInput":{"properties":{"centroid":{"type":"object","$ref":"#/definitions/PointSchemaInput"},"datasetId":{"title":"dataset_id","type":"string"},"geometry":{"type":"object","$ref":"#/definitions/PolygonSchemaInput"}},"type":"object","additionalProperties":false},"PointSchemaInput":{"properties":{"coordinates":{"title":"coordinates","type":["array","null"],"items":{"title":"coordinates","type":"number","format":"float"}}},"type":"object","additionalProperties":false},"PolygonSchemaInput":{"properties":{"coordinates":{"title":"coordinates","type":["array","null"],"items":{"title":"coordinates","type":"array","items":{"title":"coordinates","type":"number","format":"float"}}}},"type":"object","additionalProperties":false},"TemporalCoverageSchema":{"properties":{"endDate":{"title":"end_date","type":"string","format":"date"},"startDate":{"title":"start_date","type":"string","format":"date"}},"type":"object","required":["endDate","startDate"],"additionalProperties":false},"SimulationSchemaInput":{"properties":{"URL":{"title":"URL","type":"string"},"computationalResources":{"title":"computational_resources","type":["string","null"]},"datasetPaths":{"title":"dataset_paths","type":"array","items":{"title":"dataset_paths","type":"string","minLength":1,"maxLength":255}},"description":{"title":"description","type":"string"},"facilities":{"title":"facilities","type":"array","items":{"type":"object","$ref":"#/definitions/FacilitySchemaInput"}},"identifiers":{"title":"identifiers","type":"array","items":{"type":"object","$ref":"#/definitions/IdentifierSchema"}},"name":{"title":"name","type":"string","minLength":1,"maxLength":80},"path":{"title":"path","type":"string","minLength":1,"maxLength":255},"softwares":{"title":"softwares","type":"array","items":{"type":"object","$ref":"#/definitions/SoftwareSchemaInput"}},"workflow":{"type":"object","$ref":"#/definitions/WorkflowSchemaInput"}},"type":"object","required":["description","name","path"],"additionalProperties":false},"FacilitySchemaInput":{"properties":{"description":{"title":"description","type":["string","null"],"maxLength":255},"identifier":{"title":"identifier","type":"string"},"title":{"title":"title","type":["string","null"],"minLength":1,"maxLength":80},"type":{"title":"type","type":["string","null"]}},"type":"object","additionalProperties":false},"SoftwareSchemaInput":{"properties":{"URL":{"title":"URL","type":["string","null"]},"description":{"title":"description","type":["string","null"],"maxLength":255},"identifier":{"title":"identifier","type":"string"},"name":{"title":"name","type":["string","null"],"minLength":1,"maxLength":80},"version":{"title":"version","type":["string","null"]}},"type":"object","additionalProperties":false},"WorkflowSchemaInput":{"properties":{"name":{"title":"name","type":"string","minLength":1,"maxLength":80},"simulationPaths":{"title":"simulation_paths","type":"array","items":{"title":"simulation_paths","type":"string"}},"workflowDescriptions":{"title":"wf_descriptions","type":["array","null"],"items":{"type":"object","$ref":"#/definitions/WFInWorkflowDescriptionInput"}}},"type":"object","required":["name"],"additionalProperties":false},"WFInWorkflowDescriptionInput":{"properties":{"isMain":{"title":"is_main","type":"boolean"},"wfdPath":{"title":"wfd_path","type":"string"}},"type":"object","required":["wfdPath"],"additionalProperties":false},"WorkflowDescriptionSchemaInput":{"properties":{"isMain":{"title":"is_main","type":"boolean"},"name":{"title":"name","type":"string","minLength":1,"maxLength":80},"path":{"title":"path","type":"string","minLength":1,"maxLength":255},"workflows":{"title":"workflows","type":"array","items":{"type":"object","$ref":"#/definitions/WorkflowDescriptionInWFInput"}}},"type":"object","required":["name","path"],"additionalProperties":false},"WorkflowDescriptionInWFInput":{"properties":{"isMain":{"title":"is_main","type":"boolean"},"name":{"title":"name","type":"string"}},"type":"object","required":["name"],"additionalProperties":false},"FullExperimentSchemaInput":{"properties":{"URL":{"title":"URL","type":"string"},"authors":{"title":"authors","type":"array","items":{"type":"object","$ref":"#/definitions/PersonSchemaInput"}},"collaborators":{"title":"collaborators","type":"array","items":{"type":"object","$ref":"#/definitions/ExperimentCollaborator"}},"description":{"title":"description","type":"string","minLength":1,"maxLength":255},"identifiers":{"title":"identifiers","type":"array","items":{"type":"object","$ref":"#/definitions/IdentifierSchema"}},"keywords":{"title":"keywords","type":"array","items":{"title":"keywords","type":"string"}},"name":{"title":"name","type":"string","minLength":1,"maxLength":255},"organizations":{"title":"organizations","type":"array","items":{"type":"object","$ref":"#/definitions/OrganizationExpInput"}},"projects":{"title":"projects","type":"array","items":{"type":"object","$ref":"#/definitions/ProjectSchemaExpInput"}},"relatedPublications":{"title":"related_publications","type":"array","items":{"title":"related_publications","type":"string"}},"relatedResources":{"title":"related_resources","type":"array","default":[],"items":{"type":"object","$ref":"#/definitions/RelatedResourceSchemaInput"}},"requestDOI":{"title":"request_DOI","type":"boolean","default":false},"resources":{"title":"resources","type":"array","default":[],"items":{"type":"object","$ref":"#/definitions/ResourceAssociationSchemaInput"}},"theme":{"title":"theme","type":"array","items":{"title":"theme","type":"string","enum":["volcanoobservatis","seismicdata","wavefms","geohazards"],"enumNames":[]}},"versions":{"title":"versions","type":"array","items":{"type":"object","$ref":"#/definitions/ExperimentVersionSchemaWithChildrenNoExperimentIDInput"}}},"type":"object","required":["authors","description","name"],"additionalProperties":false}},"$ref":"#/definitions/FullExperimentSchemaInput"}