Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/standard/schema.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -842,8 +842,9 @@ A Contact is an object with the following properties:
contact. It must be an email address of where the technical contact
can be directly reached; do NOT populate this key with mailing-lists
or generic contact points like “info@acme.inc”.
- ``phone`` - phone number (with international prefix). This has to be
a string.
- ``phone`` - phone number. It SHOULD include the international
prefix, following the `E.164 <https://www.itu.int/rec/T-REC-E.164/en>`_
format (e.g. ``+3923113215112``). This has to be a string.
- ``affiliation`` - This key contains an explicit affiliation
information for the technical contact. In case of multiple
maintainers, this can be used to create a relation between each
Expand Down