Sto cercando di ottenere un letterale multilinea nell'editor Swagger (strumento fantastico, comunque!).Letterali multilinea nell'editor swagger?
post:
summary: Translate one or more identifiers
description: |
Translate one or more identifiers for one entity into the
identifiers of another entity. Translate one or more
identifiers for one entity into the identifiers of another entity.
consumes:
- application/json
L'ho provato con | e>, con finali diversi (aumentando trattino vs. riga vuota), e tutti i modi che posso pensare, ma dà sempre lo stesso errore:
YAML Syntax Error
Can not read a block mapping entry; a multiline key may not be an implicit
key at line 24, column 15: consumes:^
vedo bug per JS-YAML che indicano il problema è una newline in stile Windows alla fine, che so che i textareas HTML possono creare. Questa è la prima volta che uso molto lo YAML, quindi faccio solo qualcosa di sbagliato o un bug nell'editor di Swagger?
Bel spettacolo ... grazie! Questo dettaglio non è del tutto chiaro nelle specifiche YAML. – fool4jesus