//! Traits artifacts implement to expose their type, schema, and JSON form.
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
use Serialize;
use Value as JsonValue;
use ArtifactType;