json.schema.api.data.restoreEntity.json Maven / Gradle / Ivy
{
"$id": "https://open-metadata.org/schema/api/restoreEntity.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "restoreEntity",
"description": "Restore Entity API request to restore soft deleted entity.",
"type": "object",
"javaType": "org.openmetadata.schema.api.data.RestoreEntity",
"properties": {
"id": {
"description": "Unique identifier that identifies an entity instance.",
"$ref": "../../type/basic.json#/definitions/uuid"
}
},
"required": ["id"],
"additionalProperties": false
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy