Validates the draft

post/api/validate

Response

Returns errors, warnings and idnits output

errorsstring[]

list of errors

warningsstring[]

list of warnings

idnitsstring

idnits output

non_asciistring

kramdown-rfc echars output

bare_unicodestring[]

list of bare Unicode (non-ascci) usage report

Changes

Changed in 2 of the 52 revisions of this API.22

    • added the optional property bare_unicode to the response with the 200 status

      response-optional-property-added

    • added the optional property non_ascii to the response with the 200 status

      response-optional-property-added

    • removed the optional property bare_unicode from the response with the 200 status

      response-optional-property-removed

    • removed the optional property non_ascii from the response with the 200 status

      response-optional-property-removed