Skip to content

Conversation

@vitaligi
Copy link
Contributor

Question Answer
Bug fix
New feature
Breaking change
Deprecations
Documentation
Tests added
Chore

add schema for raster layer metadata and replace existing type with derived type from the schema

@vitaligi vitaligi self-assigned this Oct 16, 2025
layerName: LayerName;
}

export type RasterLayerCatalog = z.infer<typeof rasterLayerCatalogSchema>;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The type you changed is currently used in mc-models and is also used by the app team. Could you please verify that your new type doesn't break anything in those places? It would be good to check:

  • All usages in mc-models
  • Integration points with the app team's code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants