Amazon App Mesh · Schema

Duration

An object that represents a duration of time.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
unit object
value object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-duration-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Duration",
  "description": "An object that represents a duration of time.",
  "type": "object",
  "properties": {
    "unit": {},
    "value": {}
  }
}