mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 18:48:35 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			2.5 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			2.5 KiB
		
	
	
	
	
	
	
	
| title | description | slug | 
|---|---|---|
| createDatabaseSchema | Official Documentation | Create a database schema entity that structures and organizes related database objects like tables and views. | /main-concepts/metadata-standard/schemas/api/data/createdatabaseschema | 
CreateDatabaseSchemaRequest
Create Database Schema entity request
Properties
- name: Name that identifies this database schema instance uniquely. Refer to ../../type/basic.json#/definitions/entityName.
- displayName(string): Display Name that identifies this database schema.
- description: Description of the schema instance. What it has and how to use it. Refer to ../../type/basic.json#/definitions/markdown.
- owners: Owners of this schema. Refer to ../../type/entityReferenceList.json. Default:- null.
- database: Link to the database fully qualified name where this schema is hosted in. Refer to ../../type/basic.json#/definitions/fullyQualifiedEntityName.
- dataProducts(array): List of fully qualified names of data products this entity is part of.- Items: Refer to ../../type/basic.json#/definitions/fullyQualifiedEntityName.
 
- tags(array): Tags for this table. Default:- null.- Items: Refer to ../../type/tagLabel.json.
 
- retentionPeriod: Retention period of the data in the database. Period is expressed as duration in ISO 8601 format in UTC. Example -- P23DT23H. Refer to ../../type/basic.json#/definitions/duration.
- extension: Entity extension data with custom attributes added to the entity. Refer to ../../type/basic.json#/definitions/entityExtension.
- sourceUrl: Source URL of database schema. Refer to ../../type/basic.json#/definitions/sourceUrl.
- domain(string): Fully qualified name of the domain the Database Schema belongs to.
- lifeCycle: Life Cycle of the entity. Refer to ../../type/lifeCycle.json.
- sourceHash(string): Source hash of the entity.
Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.
