NCATSTranslator / ReasonerAPI

NCATS Biomedical Translator Reasoners Standard API
34 stars 28 forks source link

The value of the items property in the member_ids property should NOT be a YAML list! #484

Closed RichardBruskiewich closed 4 months ago

RichardBruskiewich commented 4 months ago

The value of the items property in the member_ids property should NOT be a YAML list!

        member_ids:
          type: array
          # etc...
          items:
            $ref: '#/components/schemas/CURIE'   # <= this is a 'scalar' argument to **`items`**, not a list
edeutsch commented 4 months ago

replaced by #485. closing