Rename the "package" word away

This commit is contained in:
Ashwin Bharambe 2024-09-16 12:22:01 -07:00
parent 98c55b63b4
commit a36699cd11
3 changed files with 13 additions and 17 deletions

View file

@ -163,10 +163,10 @@ class DistributionSpec(BaseModel):
@json_schema_type
class PackageConfig(BaseModel):
class StackRunConfig(BaseModel):
built_at: datetime
package_name: str = Field(
image_name: str = Field(
...,
description="""
Reference to the distribution this package refers to. For unregistered (adhoc) packages,