nOps · Schema

MapMigrationProduct

CostsFinOps

Properties

Name Type Description
id integer The unique identifier of the product.
name string The name of the product.
project_id integer The ID of the parent MAP Migration project.
View JSON Schema on GitHub

JSON Schema

nops-nops-map-migration-product-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MapMigrationProduct",
  "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."
    }
  }
}