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 914e0df commit 33a5458
Showing 1 changed file with 22 additions and 16 deletions.
38 changes: 22 additions & 16 deletions data_descriptors/activity/_schema_
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,28 @@
"description": "A URL providing further documentation or references.",
"format": "uri"
},
"permissable": [
"pmip",
"c4mip",
"ramip",
"lmip",
"dcpp",
"aerchemmip",
"cfmip",
"rfmip",
"damip",
"cmip",
"lesfmip",
"geomip",
"tipmip",
"scenariomip"
]
"permissable": {
"type": "array",
"items": {
"type": "string",
"enum": [
"pmip",
"c4mip",
"ramip",
"lmip",
"dcpp",
"aerchemmip",
"cfmip",
"rfmip",
"damip",
"cmip",
"lesfmip",
"geomip",
"tipmip",
"scenariomip"
]
}
}
},
"required": [
"@context",
Expand Down

0 comments on commit 33a5458

Please sign in to comment.