docs(Ownership): making lack of support for ownergroups in frontend explicit in pdl (#2139)

This commit is contained in:
Gabe Lyons 2021-02-24 22:32:55 -08:00 committed by GitHub
parent e7c3fd867b
commit e6f7f39d15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ record Owner {
/**
* Owner URN, e.g. urn:li:corpuser:ldap, urn:li:corpGroup:group_name, and urn:li:multiProduct:mp_name
* (Caveat: only corpuser is currently supported in the frontend.)
*/
owner: Urn
@ -19,4 +20,4 @@ record Owner {
* Source information for the ownership
*/
source: optional OwnershipSource
}
}