Commit 4d3c85a4 authored by Jason Cloud's avatar Jason Cloud
Browse files

Remove entryPoint from required

BaseContributionConfiguration parameters and canonicalDomainName 
from BaseContributionConfiguration schema
parent 8ae3f3fe
Loading
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -309,7 +309,7 @@ components:
  schemas:
    EgestConfiguration:
      type: object
      description: 'Parameters for egesting content from the Media AS at reference point M2.'
      description: 'Parameters for egesting content from the Media AS at reference point M2 or M10.'
      required:
        - mode
        - protocol
@@ -334,7 +334,6 @@ components:
      required:
        - contributionId
        - baseURL
        - entryPoint
      properties:
        contributionId:
          type: string
@@ -356,9 +355,6 @@ components:
          allOf:
            - $ref: 'TS26510_CommonData.yaml#/components/schemas/ResourceId'
            - description: 'A reference to a Server Certificate resource to be presented by the Media AS at reference point M4.'
        canonicalDomainName:
          type: string
          description: 'Default Fully-Qualified Domain Name for use at reference point M4 or M10.'
        domainNameAlias: 
          type: string
          description: 'Additional domain name nominated by the Media Application Provider and used by the Media AS to set appropriate CORS HTTP response headers at reference point M4.'