bayesline.api.EffectiveFeature

bayesline.api.EffectiveFeature#

model EffectiveFeature#

A feature as it stands in this deployment.

The declared definition, what it is addressed by, and who last stated it.

Fields#

Field

Type

Required

Default

Constraints

authority

PolicyAuthority

Yes

authority_message

str

Yes

definition

FeatureDefinition

Yes

id

int

Yes

ge=1

identity

str

Yes

field authority: PolicyAuthority [Required]#

Whatever last stated this feature.

field authority_message: str [Required]#

Human readable explanation of what the originator stated and, where it cannot be changed, who to approach about it.

field definition: FeatureDefinition [Required]#
field id: int [Required]#

The registry’s identifier for the feature.

Constraints:
  • ge = 1

field identity: str [Required]#

What the feature is addressed by, and what grants hang off.