Glean: allow dotted snake-case for labeled metric labels (#335)
This commit is contained in:
Родитель
460333f38b
Коммит
d430fa7d5d
|
@ -153,7 +153,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -171,7 +172,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -190,7 +192,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -208,7 +211,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -226,7 +230,8 @@
|
|||
"type": "number"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -244,7 +249,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -262,7 +268,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -283,7 +290,8 @@
|
|||
"type": "array"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -321,7 +329,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -393,7 +402,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -411,7 +421,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -453,7 +464,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -472,7 +484,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
|
|
@ -153,7 +153,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -171,7 +172,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -190,7 +192,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -208,7 +211,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -226,7 +230,8 @@
|
|||
"type": "number"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -244,7 +249,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -262,7 +268,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -283,7 +290,8 @@
|
|||
"type": "array"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -321,7 +329,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -393,7 +402,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -411,7 +421,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -453,7 +464,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -472,7 +484,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
|
|
@ -153,7 +153,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -171,7 +172,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -190,7 +192,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -208,7 +211,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -226,7 +230,8 @@
|
|||
"type": "number"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -244,7 +249,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -262,7 +268,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -283,7 +290,8 @@
|
|||
"type": "array"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -321,7 +329,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -393,7 +402,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -411,7 +421,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -453,7 +464,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -472,7 +484,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
|
|
@ -153,7 +153,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -171,7 +172,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -190,7 +192,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -208,7 +211,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -226,7 +230,8 @@
|
|||
"type": "number"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -244,7 +249,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -262,7 +268,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -283,7 +290,8 @@
|
|||
"type": "array"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -321,7 +329,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -393,7 +402,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -411,7 +421,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -453,7 +464,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -472,7 +484,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
|
|
@ -153,7 +153,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -171,7 +172,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -190,7 +192,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -208,7 +211,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -226,7 +230,8 @@
|
|||
"type": "number"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -244,7 +249,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -262,7 +268,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -283,7 +290,8 @@
|
|||
"type": "array"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -321,7 +329,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -393,7 +402,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -411,7 +421,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -453,7 +464,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -472,7 +484,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
|
|
@ -153,7 +153,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -171,7 +172,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -190,7 +192,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -208,7 +211,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -226,7 +230,8 @@
|
|||
"type": "number"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -244,7 +249,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -262,7 +268,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -283,7 +290,8 @@
|
|||
"type": "array"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -321,7 +329,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -393,7 +402,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -411,7 +421,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -453,7 +464,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -472,7 +484,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
|
|
@ -153,7 +153,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -171,7 +172,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -190,7 +192,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -208,7 +211,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -226,7 +230,8 @@
|
|||
"type": "number"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -244,7 +249,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -262,7 +268,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -283,7 +290,8 @@
|
|||
"type": "array"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -321,7 +329,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -393,7 +402,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -411,7 +421,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -453,7 +464,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -472,7 +484,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
|
|
@ -153,7 +153,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -171,7 +172,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -190,7 +192,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -208,7 +211,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -226,7 +230,8 @@
|
|||
"type": "number"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -244,7 +249,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -262,7 +268,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -283,7 +290,8 @@
|
|||
"type": "array"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -321,7 +329,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -393,7 +402,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -411,7 +421,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -453,7 +464,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -472,7 +484,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
|
|
@ -153,7 +153,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -171,7 +172,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -190,7 +192,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -208,7 +211,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -226,7 +230,8 @@
|
|||
"type": "number"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -244,7 +249,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -262,7 +268,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -283,7 +290,8 @@
|
|||
"type": "array"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -321,7 +329,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -393,7 +402,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -411,7 +421,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -453,7 +464,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -472,7 +484,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
|
|
@ -153,7 +153,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -171,7 +172,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -190,7 +192,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -208,7 +211,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -226,7 +230,8 @@
|
|||
"type": "number"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -244,7 +249,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -262,7 +268,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -283,7 +290,8 @@
|
|||
"type": "array"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -321,7 +329,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -393,7 +402,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -411,7 +421,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -453,7 +464,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -472,7 +484,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
|
|
@ -153,7 +153,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -171,7 +172,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -190,7 +192,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -208,7 +211,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -226,7 +230,8 @@
|
|||
"type": "number"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -244,7 +249,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -262,7 +268,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -283,7 +290,8 @@
|
|||
"type": "array"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -321,7 +329,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -393,7 +402,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -411,7 +421,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -453,7 +464,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -472,7 +484,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
|
|
@ -153,7 +153,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -171,7 +172,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -190,7 +192,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -208,7 +211,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -226,7 +230,8 @@
|
|||
"type": "number"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -244,7 +249,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -262,7 +268,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -283,7 +290,8 @@
|
|||
"type": "array"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -321,7 +329,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -393,7 +402,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -411,7 +421,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -453,7 +464,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -472,7 +484,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
|
|
@ -153,7 +153,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -171,7 +172,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -190,7 +192,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -208,7 +211,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -226,7 +230,8 @@
|
|||
"type": "number"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -244,7 +249,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -262,7 +268,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -283,7 +290,8 @@
|
|||
"type": "array"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -321,7 +329,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -393,7 +402,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -411,7 +421,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -453,7 +464,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -472,7 +484,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
|
|
@ -153,7 +153,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -171,7 +172,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -190,7 +192,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -208,7 +211,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -226,7 +230,8 @@
|
|||
"type": "number"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -244,7 +249,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -262,7 +268,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -283,7 +290,8 @@
|
|||
"type": "array"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -321,7 +329,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -393,7 +402,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -411,7 +421,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -453,7 +464,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -472,7 +484,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
|
|
@ -153,7 +153,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -171,7 +172,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -190,7 +192,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -208,7 +211,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -226,7 +230,8 @@
|
|||
"type": "number"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -244,7 +249,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -262,7 +268,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -283,7 +290,8 @@
|
|||
"type": "array"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -321,7 +329,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -393,7 +402,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -411,7 +421,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -453,7 +464,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -472,7 +484,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
|
|
@ -153,7 +153,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -171,7 +172,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -190,7 +192,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -208,7 +211,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -226,7 +230,8 @@
|
|||
"type": "number"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -244,7 +249,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -262,7 +268,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -283,7 +290,8 @@
|
|||
"type": "array"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -321,7 +329,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -393,7 +402,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -411,7 +421,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -453,7 +464,8 @@
|
|||
"type": "object"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
@ -472,7 +484,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$",
|
||||
"maxLength": 30,
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
"type": "object",
|
||||
"propertyNames": {
|
||||
"type": "string",
|
||||
"pattern": "^[a-z_][a-z0-9_.]*$"
|
||||
"pattern": "^[a-z_][a-z0-9_]{0,29}(\\.[a-z0-9_]{0,29})*$",
|
||||
"maxLength": 30
|
||||
}
|
||||
|
|
|
@ -45,7 +45,8 @@
|
|||
"labeled_string": {
|
||||
"examples.subcategory.labeled_string_example": {
|
||||
"longer_key_1": "ABCD",
|
||||
"an_even_longer_key_2": "EFGH"
|
||||
"an_even_longer_key_2": "EFGH",
|
||||
"a_dotted.key": "IJKL"
|
||||
}
|
||||
},
|
||||
"number": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче