Skip to content

Commit

Permalink
v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zeplin-dev committed Apr 30, 2024
1 parent f3f05bc commit a106905
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
10 changes: 8 additions & 2 deletions descriptions/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Zeplin API",
"description": "Access your resources in Zeplin",
"version": "1.19.0",
"version": "1.20.0",
"contact": {
"name": "Zeplin",
"url": "https://zeplin.io",
Expand Down Expand Up @@ -6850,7 +6850,8 @@
"image",
"created",
"number_of_versions",
"number_of_notes"
"number_of_notes",
"number_of_annotations"
],
"properties": {
"id": {
Expand Down Expand Up @@ -6893,6 +6894,10 @@
"type": "integer",
"description": "The number of notes in the screen"
},
"number_of_annotations": {
"type": "integer",
"description": "The number of annotations in the screen"
},
"section": {
"$ref": "#/components/schemas/EntityReference",
"description": "Reference of the section that contains the screen"
Expand Down Expand Up @@ -17439,6 +17444,7 @@
"updated": 1572347818,
"number_of_notes": 7,
"number_of_versions": 4,
"number_of_annotations": 2,
"section": {
"id": "5db81e6e6a4462065f04d932"
},
Expand Down
7 changes: 6 additions & 1 deletion descriptions/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.2
info:
title: Zeplin API
description: Access your resources in Zeplin
version: 1.19.0
version: 1.20.0
contact:
name: Zeplin
url: https://zeplin.io
Expand Down Expand Up @@ -4240,6 +4240,7 @@ components:
- created
- number_of_versions
- number_of_notes
- number_of_annotations
properties:
id:
type: string
Expand Down Expand Up @@ -4271,6 +4272,9 @@ components:
number_of_notes:
type: integer
description: The number of notes in the screen
number_of_annotations:
type: integer
description: The number of annotations in the screen
section:
$ref: "#/components/schemas/EntityReference"
description: Reference of the section that contains the screen
Expand Down Expand Up @@ -11929,6 +11933,7 @@ components:
updated: 1572347818
number_of_notes: 7
number_of_versions: 4
number_of_annotations: 2
section:
id: 5db81e6e6a4462065f04d932
variant:
Expand Down

0 comments on commit a106905

Please sign in to comment.