This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #105 from raml-org/sichvoge/tags-standards
added tags thats been used so far
- Loading branch information
Showing
2 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
TCK tags: | ||
|
||
``` | ||
facet | ||
example | ||
type | ||
type expression | ||
object | ||
property | ||
additional property | ||
pattern property | ||
annotation | ||
scalar node | ||
allowed target | ||
trait | ||
resource type | ||
default media type | ||
media type | ||
security scheme | ||
array | ||
syntactic sugar | ||
base uri | ||
template uri | ||
parameter | ||
resource | ||
uri parameter | ||
external schema | ||
http method | ||
header | ||
date-only | ||
time-only | ||
datetime-only | ||
datetime | ||
rfc3339 | ||
rfc2616 | ||
security | ||
default security | ||
default type | ||
any | ||
body | ||
uri | ||
resource | ||
extension | ||
file | ||
fragment | ||
inline | ||
discriminator | ||
annotation | ||
library | ||
example | ||
multiple example | ||
multiple inheritance | ||
query parameter | ||
strict | ||
query string | ||
union type | ||
function | ||
response | ||
http code | ||
external | ||
fragment | ||
x-other | ||
oauth-1.0 | ||
oauth-2.0 | ||
digest | ||
basic | ||
xml facet | ||
``` |