addedOutput schema / properties / drafts / items / properties / attachments / items / properties / sourceBytes / maximum
Added value: +9007199254740991
addedOutput schema / properties / drafts / items / properties / attachments / items / properties / sourceBytes / minimum
Added value: +-9007199254740991
changedOutput schema / properties / drafts / items / properties / attachments / items / properties / sourceBytes / type
Previous value: -"number"New value: +"integer"
addedOutput schema / properties / drafts / items / properties / attachments / items / properties / updatedAt
Added value: +{
+ "type": "string"
+}
changedOutput schema / properties / drafts / items / properties / attachments / items / required
Previous value: -[
- "id",
- "filename",
- "createdAt",
- "sourceBytes"
-]New value: +[
+ "id",
+ "filename",
+ "sourceBytes",
+ "createdAt",
+ "updatedAt"
+]
addedOutput schema / properties / drafts / items / properties / compileLogBytes
Added value: +{
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / drafts / items / properties / diagnosticsCount / maximum
Added value: +9007199254740991
addedOutput schema / properties / drafts / items / properties / diagnosticsCount / minimum
Added value: +-9007199254740991
changedOutput schema / properties / drafts / items / properties / diagnosticsCount / type
Previous value: -"number"New value: +"integer"
removedOutput schema / properties / drafts / items / properties / eaDefinitionId / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / drafts / items / properties / eaDefinitionId / type
Added value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / drafts / items / properties / lastCompileStatus / anyOf
Previous value: -[
- {
- "enum": [
- "PENDING",
- "SUCCESS",
- "FAILED"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "enum": [
+ "SUCCESS",
+ "FAILED"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedOutput schema / properties / drafts / items / properties / logTruncated
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / drafts / items / properties / sourceBytes / maximum
Added value: +9007199254740991
addedOutput schema / properties / drafts / items / properties / sourceBytes / minimum
Added value: +-9007199254740991
changedOutput schema / properties / drafts / items / properties / sourceBytes / type
Previous value: -"number"New value: +"integer"
addedOutput schema / properties / drafts / items / properties / sourceSha256
Added value: +{
+ "type": "string"
+}
changedOutput schema / properties / drafts / items / required
Previous value: -[
- "id",
- "name",
- "createdAt",
- "updatedAt",
- "lastCompileStatus",
- "compiledUpToDate",
- "eaDefinitionId",
- "sourceBytes",
- "diagnosticsCount",
- "attachments"
-]New value: +[
+ "id",
+ "name",
+ "sourceBytes",
+ "sourceSha256",
+ "createdAt",
+ "updatedAt",
+ "lastCompileStatus",
+ "compileLogBytes",
+ "logTruncated",
+ "diagnosticsCount",
+ "compiledUpToDate",
+ "eaDefinitionId",
+ "attachments"
+]