Returns Title property of this schema.
schema.title #=> "app"
Returns:
Title property of this schema
20 21 22
# File 'lib/jdoc/schema.rb', line 20 def title @json_schema.title end