class Yori::Schema::V3::ExternalDocumentation

ExternalDocumentation: Allows referencing an external resource for extended documentation. @description: A short description of the target documentation. CommonMark syntax MAY be used for rich text representation. @url: REQUIRED. The URL for the target documentation. Value MUST be in the format of a URL.

Public Instance Methods

validate!() click to toggle source
# File lib/yori/schema/v3/external_documentation.rb, line 12
def validate!
  validate_require_fields!('url')
end