{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://github.com/api-evangelist/nops/blob/main/json-schema/map-migration-product.json", "title": "nOps MAP Migration Product", "description": "A MAP Migration product represents an AWS product or service within a MAP Migration project that is part of the migration effort.", "type": "object", "properties": { "id": { "type": "integer", "description": "The unique identifier of the product." }, "name": { "type": "string", "description": "The name of the product." }, "project_id": { "type": "integer", "description": "The ID of the parent MAP Migration project." } } }