Skip to content

Commit b0b46d2

Browse files
committed
allow undefined properties at profile doc level
1 parent 690c6fe commit b0b46d2

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

restcomm/restcomm.http/src/main/resources/org/restcomm/connect/http/schemas/rc-profile-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-04/schema#",
33
"id": "resource:/org/restcomm/connect/http/schemas/rc-profile-schema.json#",
4-
"additionalProperties": false,
4+
"additionalProperties": true,
55
"type": "object",
66
"properties": {
77
"featureEnablement": {

restcomm/restcomm.http/src/test/resources/org/restcomm/connect/http/schemas/freePlan.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
"time" : 30,
2323
"timeUnit" : "days"
2424
}
25-
}
25+
}
26+
,"planSubscriptionDisplay" : true
2627
}

0 commit comments

Comments
 (0)