Sha256: 8f9be96d2e8b5f370ba6958805c81fc4f03641a07485492ba86c78ecf3d8bc00

Contents?: true

Size: 1.34 KB

Versions: 29

Compression:

Stored size: 1.34 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:
        method:
          type: string
        label:
          type: string
        methods:
          type: array
          items:
            type: string
        labels:
          type: array
          items:
            type: string
        require_name:
          type: string
        gem:
          type: string
        path:
          type: string
        builtin:
          type: boolean
        force:
          type: boolean

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
appmap-0.83.0 config-schema.yml
appmap-0.82.0 config-schema.yml
appmap-0.81.1 config-schema.yml
appmap-0.81.0 config-schema.yml
appmap-0.80.2 config-schema.yml
appmap-0.80.1 config-schema.yml
appmap-0.80.0 config-schema.yml
appmap-0.79.0 config-schema.yml
appmap-0.78.0 config-schema.yml
appmap-0.77.4 config-schema.yml
appmap-0.77.3 config-schema.yml
appmap-0.77.2 config-schema.yml
appmap-0.77.1 config-schema.yml
appmap-0.77.0 config-schema.yml
appmap-0.76.0 config-schema.yml
appmap-0.75.0 config-schema.yml
appmap-0.74.0 config-schema.yml
appmap-0.73.0 config-schema.yml
appmap-0.72.5 config-schema.yml
appmap-0.72.4 config-schema.yml