Published when an Identity Provider is created for a marketplace.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/marketplace.idp.create", "title": "marketplace.idp.create", "type": "object", "description": "Published when an Identity Provider is created for a marketplace.", "x-context": "org", "allOf": [ { "$ref": "#/components/schemas/EventDataOrg" }, { "$ref": "#/components/schemas/EventDataActor" } ], "properties": { "guid": { "$ref": "#/components/schemas/Provider/properties/guid" }, "idp": { "type": "object", "description": "Identity Provider associated to the marketplace.", "properties": { "id": { "$ref": "#/components/schemas/IdentityProvider/properties/guid" }, "name": { "$ref": "#/components/schemas/IdentityProvider/properties/name" } }, "example": { "id": {}, "name": {} } }, "name": { "$ref": "#/components/schemas/Provider/properties/name" } } }