mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-29 00:18:24 +00:00
Fix #issue-16041: The persona JSON schema is named Team (#19035)
This commit is contained in:
parent
7af510087a
commit
cbd2c6ad87
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "https://open-metadata.org/schema/entity/teams/persona.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Team",
|
||||
"title": "Persona",
|
||||
"description": "This schema defines the Persona entity. A `Persona` is a job function associated with a user. An Example, Data Engineer or Data Consumer is a Persona of a user in Metadata world.",
|
||||
"type": "object",
|
||||
"javaType": "org.openmetadata.schema.entity.teams.Persona",
|
||||
|
||||
@ -10,9 +10,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
/**
|
||||
* This schema defines the Persona entity. A `Persona` is a job function associated with a
|
||||
* user. An Example, Data Engineer or Data Consumer is a Persona of a user in Metadata world.
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user