Update custom-properties.md

Fixing confusing JSON payload...
This commit is contained in:
Suresh Srinivas 2023-06-04 08:43:37 -07:00 committed by GitHub
parent f9e612e09b
commit 5051bece43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,21 +23,6 @@ After the API call, you will get a response like this.
{
"id": "7f0b032f-cdc8-4573-abb0-22165dcd8e07",
"name": "table",
"customProperties": [
{
"name": "tableSize",
"description": "Property for tracking the tableSize.",
"propertyType": {
"id": "7531f881-c37c-4e39-9154-4bdf0802e05e",
"type": "type",
"name": "string",
"fullyQualifiedName": "string",
"description": "\"A String type.\"",
"displayName": "string",
"href": "http://localhost:8585/api/v1/metadata/types/7531f881-c37c-4e39-9154-4bdf0802e05e"
}
}
]
}
```