Skip to content

Commit

Permalink
Merge pull request #14 from auth0/schema-update-20240524143437
Browse files Browse the repository at this point in the history
Update schema definitions - 20240524143437
  • Loading branch information
tafarij authored Jun 17, 2024
2 parents f3ce158 + 420555b commit 9dabd15
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 2 deletions.
23 changes: 22 additions & 1 deletion schemas/all-log-types.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -11865,6 +11865,9 @@
"details": {
"description": "Log details",
"properties": {
"access_token_jti": {
"type": "string"
},
"code": {
"type": "string"
}
Expand Down Expand Up @@ -12001,6 +12004,9 @@
"details": {
"description": "Log details",
"properties": {
"access_token_jti": {
"type": "string"
},
"actions": {
"$ref": "#/definitions/ActionExecutions"
}
Expand Down Expand Up @@ -12132,7 +12138,13 @@
"type": "string"
},
"details": {
"description": "Log details"
"description": "Log details",
"properties": {
"access_token_jti": {
"type": "string"
}
},
"type": "object"
},
"hostname": {
"description": "The hostname associated with the request. For forwarded requests, this should resolve to the original hostname. For failure logs, this may include invalid hostnames.",
Expand Down Expand Up @@ -12265,6 +12277,9 @@
"details": {
"description": "Log details",
"properties": {
"access_token_jti": {
"type": "string"
},
"subject_token_type": {
"type": "string"
}
Expand Down Expand Up @@ -12656,6 +12671,9 @@
"details": {
"description": "Log details",
"properties": {
"access_token_jti": {
"type": "string"
},
"actions": {
"$ref": "#/definitions/ActionExecutions"
}
Expand Down Expand Up @@ -12912,6 +12930,9 @@
"details": {
"description": "Log details",
"properties": {
"access_token_jti": {
"type": "string"
},
"actions": {
"$ref": "#/definitions/ActionExecutions"
},
Expand Down
3 changes: 3 additions & 0 deletions schemas/log-types/seacft.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
"details": {
"description": "Log details",
"properties": {
"access_token_jti": {
"type": "string"
},
"code": {
"type": "string"
}
Expand Down
3 changes: 3 additions & 0 deletions schemas/log-types/seccft.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
"details": {
"description": "Log details",
"properties": {
"access_token_jti": {
"type": "string"
},
"actions": {
"properties": {
"executions": {
Expand Down
8 changes: 7 additions & 1 deletion schemas/log-types/sede.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,13 @@
"type": "string"
},
"details": {
"description": "Log details"
"description": "Log details",
"properties": {
"access_token_jti": {
"type": "string"
}
},
"type": "object"
},
"hostname": {
"description": "The hostname associated with the request. For forwarded requests, this should resolve to the original hostname. For failure logs, this may include invalid hostnames.",
Expand Down
3 changes: 3 additions & 0 deletions schemas/log-types/sens.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
"details": {
"description": "Log details",
"properties": {
"access_token_jti": {
"type": "string"
},
"subject_token_type": {
"type": "string"
}
Expand Down
3 changes: 3 additions & 0 deletions schemas/log-types/sepft.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@
"details": {
"description": "Log details",
"properties": {
"access_token_jti": {
"type": "string"
},
"actions": {
"properties": {
"executions": {
Expand Down
3 changes: 3 additions & 0 deletions schemas/log-types/sertft.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
"details": {
"description": "Log details",
"properties": {
"access_token_jti": {
"type": "string"
},
"actions": {
"properties": {
"executions": {
Expand Down

0 comments on commit 9dabd15

Please sign in to comment.