Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions json-schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,9 @@
"processing:lineage": {
"title": "Processing Lineage Information",
"type": "string",
"example": "Post Processing GRD"
"examples": [
"Post Processing GRD"
]
},
"processing:level": {
"title": "Processing Level",
Expand All @@ -243,7 +245,9 @@
"processing:facility": {
"title": "Processing Facility",
"type": "string",
"example": "Copernicus S1 Core Ground Segment - DPA"
"examples": [
"Copernicus S1 Core Ground Segment - DPA"
]
},
"processing:software": {
"title": "Processing Software Name / version",
Expand All @@ -253,9 +257,11 @@
"type": "string"
}
},
"example": {
"Sentinel-1 IPF": "002.71"
}
"examples": [
{
"Sentinel-1 IPF": "002.71"
}
]
}
},
"patternProperties": {
Expand Down