{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://github.com/api-evangelist/nops/blob/main/json-schema/map-migration-project.json", "title": "nOps MAP Migration Project", "description": "A MAP Migration project represents an AWS Migration Acceleration Program engagement signed by the customer with AWS, tracking the overall migration effort.", "type": "object", "properties": { "id": { "type": "integer", "description": "The unique identifier of the MAP Migration project." }, "name": { "type": "string", "description": "The name of the MAP Migration project." }, "status": { "type": "string", "description": "The current status of the project." }, "created_at": { "type": "string", "format": "date-time", "description": "Timestamp when the project was created." }, "updated_at": { "type": "string", "format": "date-time", "description": "Timestamp when the project was last updated." } } }