{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue-databrew/refs/heads/main/json-schema/glue-databrew-update-project-response-schema.json", "title": "UpdateProjectResponse", "description": "UpdateProjectResponse schema from Amazon Glue DataBrew API", "type": "object", "properties": { "LastModifiedDate": { "allOf": [ { "$ref": "#/components/schemas/Date" }, { "description": "The date and time that the project was last modified." } ] }, "Name": { "allOf": [ { "$ref": "#/components/schemas/ProjectName" }, { "description": "The name of the project that you updated." } ] } }, "required": [ "Name" ] }