question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

What is schema name in discriminator context?

  1. $ref: '#/components/schemas/Dog' - schema name is Dog
  2. $ref: '../schemas/Monster.yaml' - Monster is schema name or not?
  3. $ref: '../schemas.yaml#/Monster' - Monster is schema name or not?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
silkentrancecommented, Aug 18, 2018

Please forgive me being so obnoxious, but a project that builds up a backlog like this, should definitely close issues once they have been resolved. And this looks like as if it had been resolved, or does it not?

Maybe tag and bag?

0reactions
DmitriiTrofimovcommented, Aug 18, 2018

@handrews Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Schema name restrictions and recommendations - IBM
The following schema names are reserved words and must not be used: SYSCAT, SYSFUN, SYSIBM, SYSSTAT, SYSPROC. To avoid potential problems upgrading databases...
Read more >
Best Practices for Database Schema Name Conventions
When choosing names for objects in a database, a practical naming convention is crucial to simplify all database-related work.
Read more >
What is a Schema in SQL? Create, Alter, Drop ... - Edureka
The username of a database is called a Schema owner (owner of logically grouped structures of data). Schema always belong to a single...
Read more >
SCHEMA_NAME (Transact-SQL) - SQL Server - Microsoft Learn
SCHEMA_NAME returns names of system schemas and user-defined schemas. SCHEMA_NAME can be called in a select list, in a WHERE clause, and ...
Read more >
10 Rules for a Better SQL Schema - Sisense
The database can wildly misunderstand the query if a keyword shows up where a column name should be. 3. Use Simple, Descriptive Table...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found