Method: PDK::Config.json_schema

Defined in:
lib/pdk/config.rb

.json_schema(name) ⇒ Object

return nil if not exist



224
225
226
# File 'lib/pdk/config.rb', line 224

def self.json_schema(name)
  File.join(json_schemas_path, name + '_schema.json')
end