addedOutput schema / properties / period / anyOf
Added value: +[
+ {
+ "properties": {
+ "closedAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "closedBy": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "companyId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "createdAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "currencies": {
+ "items": {
+ "properties": {
+ "closingEntryId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "currencyCode": {
+ "type": "string"
+ },
+ "netIncome": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "granularity": {
+ "enum": [
+ "PERIOD_GRANULARITY_UNSPECIFIED",
+ "PERIOD_GRANULARITY_MONTH",
+ "PERIOD_GRANULARITY_QUARTER",
+ "PERIOD_GRANULARITY_YEAR"
+ ],
+ "type": "string"
+ },
+ "id": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "periodEnd": {
+ "type": "string"
+ },
+ "periodStart": {
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "ACCOUNTING_PERIOD_STATUS_UNSPECIFIED",
+ "ACCOUNTING_PERIOD_STATUS_OPEN",
+ "ACCOUNTING_PERIOD_STATUS_CLOSED"
+ ],
+ "type": "string"
+ },
+ "updatedAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "companyId"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / period / properties
Removed value: -{
- "closedAt": {
- "format": "date-time",
- "type": "string"
- },
- "closedBy": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "companyId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "createdAt": {
- "format": "date-time",
- "type": "string"
- },
- "currencies": {
- "items": {
- "properties": {
- "closingEntryId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "currencyCode": {
- "type": "string"
- },
- "netIncome": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "granularity": {
- "enum": [
- "PERIOD_GRANULARITY_UNSPECIFIED",
- "PERIOD_GRANULARITY_MONTH",
- "PERIOD_GRANULARITY_QUARTER",
- "PERIOD_GRANULARITY_YEAR"
- ],
- "type": "string"
- },
- "id": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "periodEnd": {
- "type": "string"
- },
- "periodStart": {
- "type": "string"
- },
- "status": {
- "enum": [
- "ACCOUNTING_PERIOD_STATUS_UNSPECIFIED",
- "ACCOUNTING_PERIOD_STATUS_OPEN",
- "ACCOUNTING_PERIOD_STATUS_CLOSED"
- ],
- "type": "string"
- },
- "updatedAt": {
- "format": "date-time",
- "type": "string"
- }
-}