components:
  schemas:
    Invoke:
      allOf:
        - $ref: './node_modules/@smith/schema-specification/V12_openAPI_specification.yaml#/components/schemas/Invoke'
        - type: object            // similarly required or optional fields can also be overridden with this configurations
          properties:
            apiVersion:
              type: string
              default: 2.0.3
              
info:
  title: OpenAPI Spec for LWGW extended specs
  version: 'V12'
openapi: 3.0.1
paths: {}
