Skip to content

Commit 91d7761

Browse files
authored
Merge pull request #149 from bfabio/proposal/long-description-min-length
docs(standard): change the minimum length of longDescription
2 parents 7ecff80 + befd75d commit 91d7761

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/standard/schema.core.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,10 +395,10 @@ allowed.
395395
Key ``description/[lang]/longDescription``
396396
''''''''''''''''''''''''''''''''''''''''''
397397

398-
- Type: string (min 500 chars, max 10000 chars)
398+
- Type: string (min 150 chars, max 10000 chars)
399399
- Presence: mandatory (for at least one language)
400400

401-
This key contains a longer description of the software, between 500 and
401+
This key contains a longer description of the software, between 150 and
402402
10000 chars. It is meant to provide an overview of the capabilities of
403403
the software for a potential user. The audience for this text should be
404404
that of users of the software, not developers. You can think of this

0 commit comments

Comments
 (0)