ExternalResource

class of dascore.core.inventory
inherits from: InventoryModel, DascoreBaseModel, pydantic.main.BaseModel
source

ExternalResource(
    description: str = ““,
    extra_fields: collections.abc.Mapping[str, str | int | float | bool[str, int, float, bool]] = ,
    object_type: Literal[‘ExternalResource’] = ExternalResource,
    resource_id: str = ,
    uri: str =”“,
    name: str =”“,
)-> None

External resource identified but not otherwise modeled by DASCore.