Commit 33a8fcae authored by bradburyr's avatar bradburyr
Browse files

Moved array from ContributionConfiguration schema type to its usage in...

Moved array from ContributionConfiguration schema type to its usage in ContentPublishingConfiguration.
parent db00f10a
Loading
Loading
Loading
Loading
+32 −32
Original line number Diff line number Diff line
@@ -324,8 +324,6 @@ components:
              $ref: 'TS29571_CommonData.yaml#/components/schemas/Uint32'

    ContributionConfiguration:
      type: array
      items:
      type: object
      description: 'A configuration for content contribution.'
      required:
@@ -368,6 +366,8 @@ components:
        name:
          type: string
        contributionConfigurations:
          type: array
          items:
            $ref: '#/components/schemas/ContributionConfiguration'
        egestConfiguration:
          $ref: '#/components/schemas/EgestConfiguration'