File tree Expand file tree Collapse file tree 1 file changed +21
-16
lines changed Expand file tree Collapse file tree 1 file changed +21
-16
lines changed Original file line number Diff line number Diff line change 8449
8449
"dns-domain-record": {
8450
8450
"type": "object",
8451
8451
"properties": {
8452
- "id ": {
8452
+ "updated-at ": {
8453
8453
"type": "string",
8454
- "format": "uuid ",
8454
+ "format": "date-time ",
8455
8455
"readOnly": true,
8456
- "description": "DNS domain record ID"
8457
- },
8458
- "priority": {
8459
- "type": "integer",
8460
- "format": "int64",
8461
- "minimum": 0,
8462
- "exclusiveMinimum": false,
8463
- "description": "DNS domain record priority"
8456
+ "description": "DNS domain record update date"
8464
8457
},
8465
8458
"content": {
8466
8459
"type": "string",
8467
8460
"description": "DNS domain record content"
8468
8461
},
8462
+ "name": {
8463
+ "type": "string",
8464
+ "description": "DNS domain record name"
8465
+ },
8469
8466
"type": {
8470
8467
"type": "string",
8471
8468
"enum": [
8495
8492
"exclusiveMinimum": false,
8496
8493
"description": "DNS domain record TTL"
8497
8494
},
8498
- "name": {
8495
+ "priority": {
8496
+ "type": "integer",
8497
+ "format": "int64",
8498
+ "minimum": 0,
8499
+ "exclusiveMinimum": false,
8500
+ "description": "DNS domain record priority"
8501
+ },
8502
+ "id": {
8499
8503
"type": "string",
8500
- "description": "DNS domain record name"
8504
+ "format": "uuid",
8505
+ "readOnly": true,
8506
+ "description": "DNS domain record ID"
8501
8507
},
8502
8508
"created-at": {
8503
8509
"type": "string",
8504
8510
"format": "date-time",
8505
8511
"readOnly": true,
8506
8512
"description": "DNS domain record creation date"
8507
8513
},
8508
- "updated-at": {
8509
- "type": "string",
8510
- "format": "date-time",
8514
+ "system-record": {
8515
+ "type": "boolean",
8511
8516
"readOnly": true,
8512
- "description": "DNS domain record update date "
8517
+ "description": "DNS domain record system status "
8513
8518
}
8514
8519
},
8515
8520
"description": "DNS domain record"
You can’t perform that action at this time.
0 commit comments