addedOutput schema / properties / schedule / anyOf
Added value: +[
+ {
+ "properties": {
+ "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"
+ }
+ ]
+ },
+ "creditGlAccountId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "currencyCode": {
+ "type": "string"
+ },
+ "debitGlAccountId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "id": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "kind": {
+ "enum": [
+ "SCHEDULE_KIND_UNSPECIFIED",
+ "SCHEDULE_KIND_PREPAID_AMORTIZATION",
+ "SCHEDULE_KIND_DEFERRED_REVENUE",
+ "SCHEDULE_KIND_DEPRECIATION",
+ "SCHEDULE_KIND_ACCRUAL_SPREAD"
+ ],
+ "type": "string"
+ },
+ "periodCount": {
+ "type": "integer"
+ },
+ "postings": {
+ "items": {
+ "properties": {
+ "amount": {
+ "type": "string"
+ },
+ "id": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "journalEntryId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "periodDate": {
+ "type": "string"
+ },
+ "periodIndex": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "sourceTransactionId": {
+ "anyOf": [
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "startDate": {
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "SCHEDULE_STATUS_UNSPECIFIED",
+ "SCHEDULE_STATUS_ACTIVE",
+ "SCHEDULE_STATUS_COMPLETED",
+ "SCHEDULE_STATUS_CANCELLED"
+ ],
+ "type": "string"
+ },
+ "totalAmount": {
+ "type": "string"
+ },
+ "updatedAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "companyId"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / schedule / properties
Removed value: -{
- "companyId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "createdAt": {
- "format": "date-time",
- "type": "string"
- },
- "creditGlAccountId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "currencyCode": {
- "type": "string"
- },
- "debitGlAccountId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "id": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "kind": {
- "enum": [
- "SCHEDULE_KIND_UNSPECIFIED",
- "SCHEDULE_KIND_PREPAID_AMORTIZATION",
- "SCHEDULE_KIND_DEFERRED_REVENUE",
- "SCHEDULE_KIND_DEPRECIATION",
- "SCHEDULE_KIND_ACCRUAL_SPREAD"
- ],
- "type": "string"
- },
- "periodCount": {
- "type": "integer"
- },
- "postings": {
- "items": {
- "properties": {
- "amount": {
- "type": "string"
- },
- "id": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "journalEntryId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "periodDate": {
- "type": "string"
- },
- "periodIndex": {
- "type": "integer"
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "sourceTransactionId": {
- "description": "UUID value wrapper.",
- "properties": {
- "value": {
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "startDate": {
- "type": "string"
- },
- "status": {
- "enum": [
- "SCHEDULE_STATUS_UNSPECIFIED",
- "SCHEDULE_STATUS_ACTIVE",
- "SCHEDULE_STATUS_COMPLETED",
- "SCHEDULE_STATUS_CANCELLED"
- ],
- "type": "string"
- },
- "totalAmount": {
- "type": "string"
- },
- "updatedAt": {
- "format": "date-time",
- "type": "string"
- }
-}