Method: JSONSchemer::Draft202012::Vocab::Content::ContentMediaType#parse
- Defined in:
- lib/json_schemer/draft202012/vocab/content.rb
#parse ⇒ Object
21 22 23 |
# File 'lib/json_schemer/draft202012/vocab/content.rb', line 21 def parse root.fetch_content_media_type(value) { raise UnknownContentMediaType, value } end |