OS

Operating system information

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
fullString string Full OS description string
View JSON Schema on GitHub

JSON Schema

application-migration-service-os-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-os-schema.json",
  "title": "OS",
  "description": "Operating system information",
  "type": "object",
  "properties": {
    "fullString": {
      "type": "string",
      "description": "Full OS description string"
    }
  }
}