Skip to content

Basic Type Names in String #3

@benhamill

Description

@benhamill

If I'm defining a type like this:

Person:
  properties:
    age:
      type: integer
      description: |
        The number of years the person has been alive.

The word "number" is highlighted the same as the word "integer" above it, but "number" is just part of a string. If I inline the description (to description: The number of years the person has been alive.), it is also highlighted as if it were the name of a type. If I wrap it in double quotes, it highlights all the words in the description the same.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions