Closed YOU54F closed 2 months ago
I don't believe we are using the parsed value anyway, so we could remove it from attempting to parse completely
Do we have anywhere we can use the description in explore?
If we did, we would want to consider what we can support. Will wherever the field is displayed, does it need truncating? can it support alternate content types? do we want to?
It might depend on if we continue using the flat structure or if we allow nesting (preferred) and have multiple request per API "folder".
We could use the API "description" like at: https://github.com/SmartBear-DevRel/explore-cli/blob/main/src/Explore.Cli/Program.cs#L385
We could use the API "description" like at:
good suggestion, implemented
We should deal with the possible options
done, Description.Content
, will now contain the value of description
if it is a json string, otherwise it will be set to description.content
if it exists.
Description.Type
/ Description.Version
may also exist, and Description
may be null
The Description.Content
value is now used for the description of each uploaded item, and viewable from the UI. I've newline separated the time stamp below
A collection description has a
oneOf
structure based on the following schema:We should deal with the possible options