Properties
| Name | Type | Description |
|---|---|---|
| namespace | string | |
| resourceVersion | string | |
| spec | object | |
| state | string | |
| asyncOperationId | string | |
| endpoints | object | |
| createdTime | string | |
| lastModifiedTime | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Namespace",
"type": "object",
"properties": {
"namespace": {
"type": "string"
},
"resourceVersion": {
"type": "string"
},
"spec": {
"type": "object"
},
"state": {
"type": "string"
},
"asyncOperationId": {
"type": "string"
},
"endpoints": {
"type": "object"
},
"createdTime": {
"type": "string"
},
"lastModifiedTime": {
"type": "string"
}
}
}