Skip to content
Closed
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ Specification semantics must not change, as specifications are publicly
available reference documents. We will permit small edits which do not change
specification semantics, such as typo fixes.

A new version of a Custom Scalar specification should have a new scalar name,
either with a number appended such as `<scalar-name>2`, or a different name such
as `OffsetDateTime` to differentiate from `DateTime`.
A new version of a Custom Scalar specification can either use a new scalar name
or add a version as part of its url like
`scalars/contributed/<github-user-name>/<version>/<scalar-name>.md`.

## Licensing

Expand Down