Skip to content

Commit

Permalink
Metadata (metadata.json) generated by [Metadata Updater for FAIRsoft](
Browse files Browse the repository at this point in the history
  • Loading branch information
Metadata Updater for FAIRsoft committed Oct 31, 2024
1 parent 9573781 commit dace453
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"@context": {
"schema": "https://schema.org/",
"bs": "https://bioschemas.org/terms/",
"codemeta": "https://w3id.org/codemeta/",
"rdf": "https://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "https://www.w3.org/2000/01/rdf-schema#",
"maSMP": "https://discovery.biothings.io/view/maSMP/"
},
"@type": "schema:SoftwareApplication",
"schema:applicationSubcategory": [
"https://github.com/topics/fastapi",
"https://github.com/topics/fair-software",
"https://github.com/topics/fairsoft",
"https://github.com/topics/software-metadata"
],
"schema:additionalType": "api",
"schema:name": "observatory-api",
"@id": "https://openebench.bsc.es/bioschemas/tools/observatory:observatory-api:2.2.3/api",
"schema:description": "Software Observatory API",
"schema:applicationCategory": "api",
"schema:operatingSystem": [
"Windows",
"MacOS",
"Linux"
],
"schema:license": [
{
"@type": "schema:CreativeWork",
"schema:name": "MIT License",
"schema:url": "http://choosealicense.com/licenses/mit/"
}
],
"schema:author": [
{
"@type": "schema:Person",
"schema:name": "Eva Martin del Pico",
"schema:email": "[email protected]"
}
],
"schema:softwareVersion": "2.2.3",
"schema:codeRepository": [
"https://github.com/inab/observatory-api"
],
"bioschemas:output": [
{
"@type": "https://bioschemas.org/FormatParameter",
"bioschemas:encodingFormat": "edam:format_3464"
},
{
"@type": "https://bioschemas.org/FormatParameter",
"bioschemas:encodingFormat": "edam:format_3749"
}
],
"schema:softwareHelp": [
{
"@id": "https://github.com/inab/observatory-api/blob/main/readme.md"
},
{
"@id": "https://github.com/inab/observatory-api/blob/main/requirements.txt"
}
],
"schema:dateModified": "2024-10-31T16:50:31Z",
"codemeta:readme": "https://github.com/inab/observatory-api/blob/main/readme.md"
}

0 comments on commit dace453

Please sign in to comment.