From a35a083a922c5b44d071dcac0a503496ab1a0d78 Mon Sep 17 00:00:00 2001 From: Keith Hazelton Date: Fri, 28 Aug 2020 07:57:26 -0500 Subject: [PATCH] Update federation-manager-message-formats.adoc --- fm/federation-manager-message-formats.adoc | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/fm/federation-manager-message-formats.adoc b/fm/federation-manager-message-formats.adoc index bba7268..66265fc 100644 --- a/fm/federation-manager-message-formats.adoc +++ b/fm/federation-manager-message-formats.adoc @@ -26,8 +26,6 @@ === Attributes: -[source,js] ----- resourceTypeVersion: { string literal: “1.1.0” } resourceType: { string literal: “FMperson” } @@ -35,16 +33,7 @@ resourceType: { string literal: “FMperson” } schemas: { collection of schema references for the message format(s) } <1> eventType: {create, read, update, delete} ----- -<1> In YAML: -``` -schemas: - - s1: http://../. - - s2: ... -``` - -[source,js ----- + sorID: ? {COmanage user identifier (COmanage-generated ePPN- this will be null at first, then we will start flowing it into FM user models from COmanage. Need to add this as an attribute on FM user model/database now)} Format should be according to: https://github.internet2.edu/api-schema/person/blob/master/schema/minimalRegistryPerson.json[https://github.internet2.edu/api-schema/person/blob/master/schema/minimalRegistryPerson.json] and “source” should be “icp-comanage” for COmanage-sourced identifiers. The FM primary int32 user record key should also be included as a “source” of “fm-user-pk” lastModified: ?  { ISO 8601 date time stamp of object most recent modification }