# `SBoM.CycloneDX.V15.Formula`
[🔗](https://github.com/erlef/mix_sbom/blob/v0.10.0/lib/sbom/cyclonedx/v15/formula.pb.ex#L1)

Describes workflows and resources that captures rules and other aspects of how the associated BOM component or service was formed.

# `t`

```elixir
@type t() :: %SBoM.CycloneDX.V15.Formula{
  __unknown_fields__: [Protobuf.unknown_field()],
  bom_ref: String.t() | nil,
  components: [SBoM.CycloneDX.V15.Component.t()],
  properties: [SBoM.CycloneDX.V15.Property.t()],
  services: [SBoM.CycloneDX.V15.Service.t()],
  workflows: [SBoM.CycloneDX.V15.Workflow.t()]
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
