Sha256: 0a857d8f78e08cb9657694a5bcbe173706c8a8285f53d405755e069b66dffeda

Contents?: true

Size: 1.11 KB

Versions: 18

Compression:

Stored size: 1.11 KB

Contents

type: object
additionalProperties: false
required:
  - name
properties:
  name:
    type: string
  packages:
    type: array
    items:
      anyOf:
        - type: object
          additionalProperties: false
          required:
            - path
          properties:
            path:
              type: string
            shallow:
              type: boolean
            exclude:
              type: array
              items:
                type: string
        - type: object
          additionalProperties: false
          required:
            - gem
          properties:
            gem:
              type: string
            shallow:
              type: boolean
            exclude:
              type: array
              items:
                type: string
  exclude:
    type: array
    items:
      type: string
  functions:
    type: array
    items:
      type: object
      additionalProperties: false
      properties:
        package:
          type: string
        class:
          type: string
        function:
          type: string
        labels:
          type: array
          items:
            type: string

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
appmap-0.68.2 config-schema.yml
appmap-0.68.1 config-schema.yml
appmap-0.68.0 config-schema.yml
appmap-0.67.1 config-schema.yml
appmap-0.67.0 config-schema.yml
appmap-0.66.2 config-schema.yml
appmap-0.66.1 config-schema.yml
appmap-0.66.0 config-schema.yml
appmap-0.65.1 config-schema.yml
appmap-0.65.0 config-schema.yml
appmap-0.64.0 config-schema.yml
appmap-0.63.0 config-schema.yml
appmap-0.62.1 config-schema.yml
appmap-0.62.0 config-schema.yml
appmap-0.61.1 config-schema.yml
appmap-0.61.0 config-schema.yml
appmap-0.60.0 config-schema.yml
appmap-0.59.2 config-schema.yml