Schema for Einstein Profiles Group Ruleset Array

From ProfilesGroupRulesetArray.schema.yaml (einstein/ProfilesGroupRulesetArray.schema)

---
$id: https://skeleton.botmd.io/einstein/ProfilesGroupRulesetArray.schema
$schema: http://json-schema.org/draft-07/schema#

title: Profiles Group Ruleset Array
description: An array of `ProfilesGroupRuleset`s.

type: array
items:
  $ref: "ProfilesGroupRuleset.schema"
#end properties

[Main Page] [Schema Documentation] [Examples]