schemas/instanceOrgPatch.json in losant_rest-1.16.1 vs schemas/instanceOrgPatch.json in losant_rest-1.16.2
- old
+ new
@@ -152,9 +152,38 @@
},
{
"type": "boolean"
}
]
+ },
+ "isReadOnly": {
+ "type": "boolean"
+ },
+ "tags": {
+ "type": "array",
+ "items": {
+ "type": "object",
+ "properties": {
+ "key": {
+ "type": "string",
+ "pattern": "^[0-9a-zA-Z_-]{1,255}$"
+ },
+ "value": {
+ "type": "string",
+ "minLength": 1,
+ "maxLength": 255
+ }
+ },
+ "required": [
+ "key",
+ "value"
+ ],
+ "additionalProperties": false
+ },
+ "maxItems": 100
+ },
+ "referralId": {
+ "ref": "#/definitions/common/optMedStr"
}
},
"additionalProperties": false
}
\ No newline at end of file