Skip to content

Commit

Permalink
development
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfiex committed Dec 5, 2024
1 parent 33a5458 commit ad98b35
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion data_descriptors/activity/_schema_
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,29 @@
"name",
"url"
],
"additionalProperties": false
"additionalProperties": false,
"name": "activity",
"$defs": {
"files": {
"items": {
"type": "string",
"enum": [
"pmip",
"c4mip",
"ramip",
"lmip",
"dcpp",
"aerchemmip",
"cfmip",
"rfmip",
"damip",
"cmip",
"lesfmip",
"geomip",
"tipmip",
"scenariomip"
]
}
}
}
}

0 comments on commit ad98b35

Please sign in to comment.