mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-08 15:04:29 +00:00
parent
20594dd607
commit
bc3032ea42
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "https://open-metadata.org/schema/api/data/createGlossary.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Create Glossary entity request",
|
||||
"title": "CreateGlossaryRequest",
|
||||
"description": "Create Glossary entity request",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
{
|
||||
"$id": "https://open-metadata.org/schema/api/data/createGlossary.json",
|
||||
"$id": "https://open-metadata.org/schema/api/data/createGlossaryTerm.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Create Glossary entity request",
|
||||
"description": "Create Glossary entity request",
|
||||
"title": "CreateGlossaryTermRequest",
|
||||
"description": "Create Glossary term entity request",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"glossary": {
|
||||
@ -57,8 +57,5 @@
|
||||
"default": null
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"glossary",
|
||||
"name"
|
||||
]
|
||||
"required": ["glossary", "name"]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user