packages feed

compaREST-0.1.0.0: test/golden/common/type-changing/trace-tree.yaml

forwardChanges:
  AtPath "/test5":
    InOperation PostMethod:
      InRequest:
        InPayload:
          PayloadSchema:
          - TypesRestricted [Number]
          - OfType Number: NoMatchingMultipleOf 1.0
  AtPath "/test3":
    InOperation PostMethod:
      InRequest:
        InPayload:
          PayloadSchema:
            OfType Array: TypeBecomesEmpty
  AtPath "/test4":
    InOperation PostMethod:
      InRequest:
        InPayload:
          PayloadSchema:
            OfType Object: TypeBecomesEmpty
  AtPath "/test1":
    InOperation PostMethod:
      InRequest:
        InPayload:
          PayloadSchema: TypesRestricted [Array]
  AtPath "/test2":
    InOperation PostMethod:
      InRequest:
        InPayload:
          PayloadSchema: TypesRestricted [Number,Array,Object]
backwardChanges:
  AtPath "/test5":
    InOperation PostMethod:
      WithStatusCode 200:
        ResponsePayload:
          PayloadSchema:
          - TypesRestricted [Number]
          - OfType Number: NoMatchingMultipleOf 1.0
  AtPath "/test3":
    InOperation PostMethod:
      WithStatusCode 200:
        ResponsePayload:
          PayloadSchema:
            OfType Array: TypeBecomesEmpty
  AtPath "/test4":
    InOperation PostMethod:
      WithStatusCode 200:
        ResponsePayload:
          PayloadSchema:
            OfType Object: TypeBecomesEmpty
  AtPath "/test1":
    InOperation PostMethod:
      WithStatusCode 200:
        ResponsePayload:
          PayloadSchema: TypesRestricted [Array]
  AtPath "/test2":
    InOperation PostMethod:
      WithStatusCode 200:
        ResponsePayload:
          PayloadSchema: TypesRestricted [Number,Array,Object]