GraphQL-Plugin-Convert-OpenAPI

 view release on metacpan or  search on metacpan

t/05-corpus.yml  view on Meta::CPAN

        type: integer
  HudsonMasterComputermonitorData:
    type: object
    properties:
      hudson.node_monitors.SwapSpaceMonitor:
        $ref: '#/definitions/SwapSpaceMonitorMemoryUsage2'
      hudson.node_monitors.TemporarySpaceMonitor:
        $ref: '#/definitions/DiskSpaceMonitorDescriptorDiskSpace'
      hudson.node_monitors.DiskSpaceMonitor:
        $ref: '#/definitions/DiskSpaceMonitorDescriptorDiskSpace'
      hudson.node_monitors.ArchitectureMonitor:
        type: string
      hudson.node_monitors.ResponseTimeMonitor:
        $ref: '#/definitions/ResponseTimeMonitorData'
      hudson.node_monitors.ClockMonitor:
        $ref: '#/definitions/ClockDifference'
      _class:
        type: string
  HudsonMasterComputer:
    type: object
    properties:
      _class:
        type: string
      displayName:
        type: string
      executors:
        type: array
        items:
          $ref: '#/definitions/HudsonMasterComputerexecutors'
      icon:
        type: string
      iconClassName:
        type: string
      idle:
        type: boolean
      jnlpAgent:
        type: boolean
      launchSupported:
        type: boolean
      loadStatistics:
        $ref: '#/definitions/Label1'
      manualLaunchAllowed:
        type: boolean
      monitorData:
        $ref: '#/definitions/HudsonMasterComputermonitorData'
      numExecutors:
        type: integer
      offline:
        type: boolean
      offlineCause:
        type: string
      offlineCauseReason:
        type: string
      temporarilyOffline:
        type: boolean
  ComputerSet:
    type: object
    properties:
      _class:
        type: string
      busyExecutors:
        type: integer
      computer:
        type: array
        items:
          $ref: '#/definitions/HudsonMasterComputer'
      displayName:
        type: string
      totalExecutors:
        type: integer
  DefaultCrumbIssuer:
    type: object
    properties:
      _class:
        type: string
      crumb:
        type: string
      crumbRequestField:
        type: string
  HudsonassignedLabels:
    type: object
    properties:
      _class:
        type: string
  FreeStyleProject:
    type: object
    properties:
      _class:
        type: string
      name:
        type: string
      url:
        type: string
      color:
        type: string
      actions:
        type: array
        items:
          $ref: '#/definitions/FreeStyleProjectactions'
      description:
        type: string
      displayName:
        type: string
      displayNameOrNull:
        type: string
      fullDisplayName:
        type: string
      fullName:
        type: string
      buildable:
        type: boolean
      builds:
        type: array
        items:
          $ref: '#/definitions/FreeStyleBuild'
      firstBuild:
        $ref: '#/definitions/FreeStyleBuild'
      healthReport:
        type: array
        items:
          $ref: '#/definitions/FreeStyleProjecthealthReport'



( run in 1.177 second using v1.01-cache-2.11-cpan-2398b32b56e )