Informatica · JSON Structure

Informatica Platform Rest Schedule Structure

Type: object Properties: 18
Address VerificationB2B GatewayCloud ServicesData GovernanceData IntegrationData ProfilingData QualityEnterprise SoftwareETLIDMCIICSMaster Data ManagementReference Data Management

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

Properties

@type id orgId name description createTime updateTime createdBy updatedBy startTime endTime interval frequency timezone rangeStartTime rangeEndTime dayOfWeek dayOfMonth

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Schedule",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "orgId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "createTime": {
      "type": "string"
    },
    "updateTime": {
      "type": "string"
    },
    "createdBy": {
      "type": "string"
    },
    "updatedBy": {
      "type": "string"
    },
    "startTime": {
      "type": "string"
    },
    "endTime": {
      "type": "string"
    },
    "interval": {
      "type": "string"
    },
    "frequency": {
      "type": "integer"
    },
    "timezone": {
      "type": "string"
    },
    "rangeStartTime": {
      "type": "string"
    },
    "rangeEndTime": {
      "type": "string"
    },
    "dayOfWeek": {
      "type": "string"
    },
    "dayOfMonth": {
      "type": "integer"
    }
  }
}