FlowSchemaSpec
final case class FlowSchemaSpec(distinguisherMethod: Option[FlowDistinguisherMethod], matchingPrecedence: Option[Int], priorityLevelConfiguration: PriorityLevelConfigurationReference, rules: Option[Seq[PolicyRulesWithSubjects]])
FlowSchemaSpec describes how the FlowSchema's specification looks like.
- Source:
- FlowSchemaSpec.scala