...

Text file src/github.com/ory/x/.schemas/profilingx/viper.schema.json

Documentation: github.com/ory/x/.schemas/profilingx

     1{
     2  "$id": "https://raw.githubusercontent.com/ory/x/master/.schemas/profilingx/viper.schema.json",
     3  "$schema": "http://json-schema.org/draft-07/schema#",
     4  "title": "Profiling",
     5  "description": "Enables CPU or memory profiling if set. For more details on profiling Go programs read [Profiling Go Programs](https://blog.golang.org/profiling-go-programs).",
     6  "type": "string",
     7  "enum": [
     8    "cpu",
     9    "mem"
    10  ]
    11}

View as plain text