json.schema.api.bulkAssets.json Maven / Gradle / Ivy
{
"$id": "https://open-metadata.org/schema/api/bulkAssets.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BulkAssets",
"description": "Represents schema for adding bulk relationships to an entity.",
"type": "object",
"javaType": "org.openmetadata.schema.type.api.BulkAssets",
"properties": {
"assets": {
"description": "List of assets to be created against which the glossary needs to be added.",
"$ref": "../type/entityReferenceList.json"
}
},
"additionalProperties": false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy