Application Discovery Service Order By Element Structure

OrderByElement schema from Amazon Application Discovery Service API

Type: object Properties: 2 Required: 1
Amazon Application Discovery ServiceMigrationDiscoveryInfrastructure

Application Discovery Service Order By Element Structure is a JSON Structure definition published by Amazon Application Discovery Service, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

fieldName sortOrder

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "OrderByElement schema from Amazon Application Discovery Service API",
  "properties": {
    "fieldName": {
      "type": "string",
      "description": "The field on which to order.",
      "example": "hostName"
    },
    "sortOrder": {
      "type": "string",
      "description": "Ordering direction.",
      "enum": [
        "ASC",
        "DESC"
      ],
      "example": "ASC"
    }
  },
  "required": [
    "fieldName"
  ],
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-application-discovery-service/refs/heads/main/json-structure/application-discovery-service-order-by-element-structure.json"
}