All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.andyglow.jsonschema.Post09.scala Maven / Gradle / Ivy

package com.github.andyglow.jsonschema

import com.github.andyglow.json.Value.obj
import json.Schema.`string`

trait Post09 { this: AsDraftSupport =>

  def mkStr(vl: ValidationList, x: `string`[_], par: ParentSchema): obj =
    obj("format" -> x.format.map(_.productPrefix))
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy