An asset with none delivery-channel is not ingested by Engine - it is effectively a placeholder. To make creation of none assets easier (e.g. for "stub" assets), assets with none delivery-channel should have slightly different validation logic. "origin" and "mediaType" are optional and given a placeholder if omitted.
An asset with
nonedelivery-channel is not ingested by Engine - it is effectively a placeholder. To make creation ofnoneassets easier (e.g. for "stub" assets), assets withnonedelivery-channel should have slightly different validation logic. "origin" and "mediaType" are optional and given a placeholder if omitted."origin"is optional, ifnonedelivery-channel. Default to:"https://example.org/origin""https://example.org/origin"is invalid for any other delivery-channels"mediaType"is optional, ifnonedelivery-channel. Default to: "example/example" (uses validexample/type)"example/example"is invalid for any other delivery-channels"origin"and"mediaType"as they can't supply delivery-channel.