Add annotation page (#14358)
parent
16f557f95e
commit
dd22f47006
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: Annotation
|
||||
id: annotation
|
||||
date: 2018-04-12
|
||||
full_link: /docs/concepts/overview/working-with-objects/annotations
|
||||
short_description: >
|
||||
Una pareja clave-valor utilizada para añadir metadatos a los objetos.
|
||||
|
||||
aka:
|
||||
tags:
|
||||
- fundamental
|
||||
---
|
||||
Una pareja clave-valor utilizada para añadir metadatos a los objetos.
|
||||
|
||||
<!--more-->
|
||||
|
||||
La información adicional proporcionada por las anotaciones puede ser grande o pequeña, estructurada como JSON o texto plano, y además permite caracteres que no están soportados por las {{< glossary_tooltip text="Labels" term_id="label" >}}. Esta información puede ser útil para librerías o clientes que puedan necesitar información adicional.
|
Loading…
Reference in New Issue