Schema at https://www.componentspace.com/schemas/saml-config-schema-v1.0.json is not valid JSON

Not really a question but the schema at https://www.componentspace.com/schemas/saml-config-schema-v1.0.json is not valid JSON.

At around line 550:

 }  “MappingRule”: {  “type”: “object”,
should be
 },  “MappingRule”: {  “type”: “object”,
Note the missing comma after the closing curly bracket

Fixed. Thanks for pointing this out.