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
[components][rfc] Rename "ResolvableModel" to "ComponentSchema" (#27678)
## Summary & Motivation
If we're going to enforce that this is always used with Components, we should probably name it something more specific.
## How I Tested These Changes
## Changelog
NOCHANGELOG
Because the argument names in the schema match the names of the arguments in the `ShellCommandComponent` class, the `load` method will automatically populate the class with the values from the schema, and will automatically resolve the `AssetSpecSchema`s into `AssetSpec` objects.
73
+
72
74
## Building definitions
73
75
74
76
Now that we've defined how the component is parameterized, we need to define how to turn those parameters into a `Definitions` object.
0 commit comments