Skip to content

Commit 50dd20f

Browse files
Fix formatting
1 parent 5f42d52 commit 50dd20f

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

specification/_json_spec/project.tags.json

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
{
2-
"project.tags":{
3-
"documentation":{
4-
"url":"",
5-
"description":"Return tags defined for the project"
2+
"project.tags": {
3+
"documentation": {
4+
"url": "",
5+
"description": "Return tags defined for the project"
66
},
7-
"stability":"experimental",
8-
"visibility":"public",
9-
"headers":{
7+
"stability": "experimental",
8+
"visibility": "public",
9+
"headers": {
1010
"accept": ["application/json"]
1111
},
12-
"url":{
13-
"paths":[
12+
"url": {
13+
"paths": [
1414
{
15-
"path":"/_project/tags",
16-
"methods":[
17-
"GET"
18-
]
15+
"path": "/_project/tags",
16+
"methods": ["GET"]
1917
}
2018
]
2119
}

specification/project/tags/TagsResponse.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import { AdditionalProperties } from '@spec_utils/behaviors'
2121
import { Dictionary, SingleKeyDictionary } from '@spec_utils/Dictionary'
2222

23-
2423
/**
2524
* @behavior_meta AdditionalProperties fieldname=user_defined_tags description="Additional tags defined by user."
2625
*/
@@ -36,7 +35,7 @@ class ProjectTags {
3635
linked_projects?: Dictionary<string, Tags>
3736
}
3837

39-
export class Response {
38+
export class Response {
4039
/**
4140
* @codegen_name project_tags
4241
*/

0 commit comments

Comments
 (0)