Liquid Studio Documentation
JSON Schema Editor / Properties / Properties (by name) / Content Media Type
In This Topic
    Content Media Type
    In This Topic
    Draft 04 Draft 06 Draft 07 Draft 2019-09 Draft 2020-12

    Validation

    The type of media data contained within the string value. Typical values are

    Example 1
    Copy Code
    {
        "type": "string",
        "contentEncoding": "base64",
        "contentMediaType": "image/png"
    }
    
    Example 2
    Copy Code
    {
        "type": "string",
        "contentMediaType": "text/html"
    }
    

    Graphical Representation

    The constraint is represented in line within the diagram, properties with the icon  apply to instance string values.

    Constraints are also shown in the property grid when the containing schema is selected.

    If the schema is not allowed to contain a string value then constraint is ignored, and not shown in the property grid.

    The constraint values are also shown on the tooltips (select and hover over an item in the diagram).

     

    Editing

    Its value can be edited in the following ways

    It can be deleted by selecting it and pressing delete, or right clicking it an pressing delete.

    See Also