Schema names
See original GitHub issueWhat is schema name in discriminator context?
$ref: '#/components/schemas/Dog'
- schema name isDog
$ref: '../schemas/Monster.yaml'
-Monster
is schema name or not?$ref: '../schemas.yaml#/Monster'
-Monster
is schema name or not?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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?
@handrews Thanks!