Fix #issue-16041: The persona JSON schema is named Team (#19035)

This commit is contained in:
Sriharsha Chintalapani 2024-12-12 19:27:53 -08:00 committed by GitHub
parent 7af510087a
commit cbd2c6ad87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -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",

View File

@ -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.
*/