implementation for service_providers.root_domain

This commit is contained in:
Dave Horton
2019-12-10 10:27:09 -05:00
parent 6beedeac3d
commit b8f50a42b6
3 changed files with 60 additions and 3 deletions

View File

@@ -21,7 +21,16 @@ ServiceProvider.fields = [
{
name: 'description',
type: 'string'
},
{
name: 'root_domain',
type: 'string',
},
{
name: 'registration_hook',
type: 'string',
}
];
module.exports = ServiceProvider;

View File

@@ -1005,6 +1005,11 @@ components:
type: string
description:
type: string
root_domain:
type: string
registration_hook:
type: string
format: url
required:
- service_provider_sid
- name