module GovukSchemas

def self.content_schema_dir

def self.content_schema_dir
  @content_schema_dir ||= ENV.fetch("GOVUK_CONTENT_SCHEMAS_PATH", "../publishing-api/content_schemas")
end

def self.content_schema_dir=(path_to_schemas)

def self.content_schema_dir=(path_to_schemas)
  @content_schema_dir = path_to_schemas
end