logcontrol_retention_flag

APIs.ioEngineeringPlatform

Properties

Name Type Description
flag object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-logcontrol-retention-flag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/logcontrol_retention_flag",
  "title": "logcontrol_retention_flag",
  "nullable": true,
  "properties": {
    "flag": {
      "$ref": "#/components/schemas/logcontrol_flag"
    }
  },
  "type": "object"
}