这里是解释: 我正在将新内容引入到现有yaml文件及其架构文件中与架构有关的事物。 我有一个如下所示的用户组,它将具有其他一些属性,但是我需要限制用户组的数量为100。
expect(resp).toBeUndefined()
有任何标准关键字吗?
谢谢。
"user-group-config":
type: map
mapping:
"user-group":
type: seq
sequence:
- type: map
mapping:
"user-group-name":
type: str
length: { max: 255, min: 1 }
required: yes
"username-mask":
type: str
length: { max: 255, min: 1 }
required: yes