nOps · JSON Structure

Nops Nops Map Migration Product Structure

Type: object Properties: 3
CostsFinOps

MapMigrationProduct is a JSON Structure definition published by nOps, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id name project_id

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MapMigrationProduct",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "project_id": {
      "type": "integer"
    }
  }
}