You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"$comment": "This is the JSON-object 'properties' definition, which describes the STAC-Item field named 'properties'.",
"properties": {
"properties": {
"required": [
"bands"
],
"$comment": "This is the JSON-object 'properties' definition for the STAC Core 'bands' field defined by [https://github.com/radiantearth/stac-spec/blob/bands/item-spec/common-metadata.md#bands].",
"properties": {
"bands": {
"type": "array",
"minItems": 1,
"items": {
"type": "object"
}
}
}
}
}
}
]
}
]
},
🔉 Motivation
Documentation and validation of the JSON schema, making sure that bands can be represented this way.
Ensure that STAC Core bands are not considered if stac_version: 1.0 is used. Consider adding a negative check such that it is valid only if stac_version: 1.1 or later is employed.
📡 Alternatives
n/a
📎 Additional context
n/a
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
Provide an example (https://github.com/stac-extensions/mlm/tree/main/examples) corresponding to the definition
mlm/json-schema/schema.json
Lines 902 to 931 in 25bef80
🔉 Motivation
Documentation and validation of the JSON schema, making sure that bands can be represented this way.
Ensure that STAC Core
bands
are not considered ifstac_version: 1.0
is used. Consider adding a negative check such that it is valid only ifstac_version: 1.1
or later is employed.📡 Alternatives
n/a
📎 Additional context
n/a
The text was updated successfully, but these errors were encountered: